PyConFR 2016
During the PyConFR in Rennes (France), I have started a funny project, try to have a Python in French. Yes, you have well read, in French. And why ? Because we are at PyConFR in France ;-)
So, in this case, I have read the Makefile
of the project and I have found a reference to the Grammar/Grammar
file.
Grammar
Grammar/Grammar
Parser/pgen
Demo
- Modify
Grammar/Grammar
- Compile
Parser/pgen
withMakefile
- Execute
Parser/pgen
- Compile
Python
with the new grammar
> make Parser/pgen
> ./Parser/pgen Grammar/Grammar Include/graminit.h Parser/graminit.c
> make
> ./python /tmp/demo.py