diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-01-24 20:47:26 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-01-24 20:59:17 +0100 |
commit | ddde2a9a43daf870c26bef33f47abe45b414c3d0 (patch) | |
tree | 52576f8a97011f733360bc9904f1890867cd8bfd /doc/diagrams/ASTNode.pumlc | |
download | imago-ddde2a9a43daf870c26bef33f47abe45b414c3d0.tar.gz imago-ddde2a9a43daf870c26bef33f47abe45b414c3d0.zip |
First commit!
Diffstat (limited to 'doc/diagrams/ASTNode.pumlc')
-rw-r--r-- | doc/diagrams/ASTNode.pumlc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/diagrams/ASTNode.pumlc b/doc/diagrams/ASTNode.pumlc new file mode 100644 index 0000000..05c13ac --- /dev/null +++ b/doc/diagrams/ASTNode.pumlc @@ -0,0 +1,10 @@ +@startuml + +class ASTNode { + ASTNode[] children + Property properties + void addtoSequence() + GameTree toGameTree() +} + +@enduml |