0.0.9 • Published 5 years ago

geast v0.0.9

Weekly downloads
30
License
-
Repository
github
Last release
5 years ago

Geast

Generic Abstract Syntax Tree, with visitor pattern.

Versions

  • Version 0.0.1, first version.
  • Version 0.0.2, conditional node with then and else body.
  • Version 0.0.3, custom node definition, change value of existing properties, define custom property in node.
  • Version 0.0.4, return value in node.process(processor).
  • Version 0.0.5, break, continue, indexed nodes
  • Version 0.0.6, return node
  • Version 0.0.7, rename assignment node to assign node, minor changes
  • Version 0.0.8, array, method, eval nodes; function node refactor; lexer property in nodes
  • Version 0.0.9, node to object

Previous work

TBD

References

TBD

To Do

  • Convert tree to object

License

MIT

Contribution

Feel free to file issues and submit pull requests — contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.1-alpha

5 years ago