Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/ast_walk
An Erlang library to walk the Erlang AST with the ability to mutate it and keep state during transversal
https://github.com/marianoguerra/ast_walk
Last synced: about 1 month ago
JSON representation
An Erlang library to walk the Erlang AST with the ability to mutate it and keep state during transversal
- Host: GitHub
- URL: https://github.com/marianoguerra/ast_walk
- Owner: marianoguerra
- License: other
- Created: 2016-10-08T16:43:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T19:35:53.000Z (over 6 years ago)
- Last Synced: 2024-09-22T06:46:57.616Z (about 2 months ago)
- Language: Erlang
- Size: 10.7 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ast_walk
========An Erlang library to walk the Erlang AST with the ability to mutate it and
keep state during transversal.Build
-----::
$ rebar3 compile
Author
------Mariano Guerra
License
-------BSD, See LICENSE file