Skip to content

Commit 1e13cb3

Browse files
authored
Update README.md
1 parent ce857ce commit 1e13cb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> [!Note]
2+
> - The development activity on [pegen](https://github.com/we-like-parsers/pegen) has slowed down. Recent Python versions have significant grammar changes; If pegen provides the Python specific changes, then it can be reused without much maintenance burden. Other option is to copy grammar from [CPython](https://github.com/python/cpython/blob/main/Tools/peg_generator/) repo itself and transpile the `C` code to Python
3+
> - I have heavily modified the original Python generator to reduce the amount of code generated. Even though the memory usage has been reduced for small files, the performance wasn't upto the mark. So I've decided to focus on reusing Ruff's parser. Bu reusing it, we will have lesser maintenance.
4+
>
5+
> <cite>— Noortheen Raja</cite>
6+
17
# xonsh-parser
28

39
<p align="center">

0 commit comments

Comments
 (0)