Skip to content

Commit 9f416bd

Browse files
authored
Fix project status in README + bump to 0.2 (#104)
1 parent 9e6392e commit 9f416bd

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "JuliaSyntax"
22
uuid = "70703baa-626e-46a2-a12c-08ffd08c73b4"
33
authors = ["Chris Foster <[email protected]> and contributors"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[compat]
77
julia = "1.6"

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3538
A talk from JuliaCon 2022 covered some aspects of this package.
3639

0 commit comments

Comments
 (0)