Create new-ast-parser-code-gen.rst

gccjit-ravi534
Dibyendu Majumdar 8 years ago committed by GitHub
parent 9e7408a944
commit 90dad84680

@ -0,0 +1,15 @@
New Parser and Code Generator
=============================
This is to capture design / implementation details for the new parser and code generator.
Changes are in ``ast`` branch.
What is Where?
--------------
Quick reminders:
1. lapi.c has new function ravi_load()
2. lauxlib.c has new functions raviL_loadbufferx() and raviL_dumpast()
3. ldo.c has new functions ravi_f_parser() and raviD_protectedparser()
4. Implementation of raviY_parser() is in ravi_ast.c
Loading…
Cancel
Save