Crates.io | axon_parseast_parser |
lib.rs | axon_parseast_parser |
version | 0.8.0 |
source | src |
created_at | 2020-12-19 05:20:02.493481 |
updated_at | 2021-07-27 03:15:12.857479 |
description | A library to parse the output of SkySpark's parseAst function. |
homepage | https://github.com/a-mackay/axon_parseast_parser |
repository | https://github.com/a-mackay/axon_parseast_parser |
max_upload_size | |
id | 324519 |
size | 58,250 |
Parses the output of SkySpark's parseAst
function.
parseAst
function.
read(func and name == "yourFunction")->src.parseAst().toAxonCode()
.parse
function on that string.parseAst
's output.
parseAst
output in under 200 lines of LALRPOP grammar.