File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = " JuliaSyntax"
22uuid = " 70703baa-626e-46a2-a12c-08ffd08c73b4"
33authors = [" Chris Foster <chris42f@gmail.com> and contributors" ]
4- version = " 0.1 .0"
4+ version = " 0.2 .0"
55
66[compat ]
77julia = " 1.6"
Original file line number Diff line number Diff line change @@ -27,10 +27,13 @@ A Julia frontend, written in Julia.
2727
2828### Status
2929
30- The library is in pre-0.1 stage, but parses all of Base correctly with only a
31- handful of failures remaining in the Base tests and standard library.
32- The tree data structures should be somewhat usable but will evolve as we try
33- out various use cases.
30+ JuliaSyntax.jl is highly compatible with the Julia reference parser: It parses
31+ all of Base and the standard libraries correctly and most of the General
32+ registry. There's still a few known incompatibilities in the Base tests.
33+
34+ The tree data structures are usable but their APIs will evolve as we try out
35+ various use cases. Converting to ` Expr ` is always be possible and will be
36+ stable if that helps for your use case.
3437
3538A talk from JuliaCon 2022 covered some aspects of this package.
3639
You can’t perform that action at this time.
0 commit comments