asdl_parser icon indicating copy to clipboard operation
asdl_parser copied to clipboard

How use this?

Open mamcx opened this issue 11 years ago • 1 comments

I plan to build a toy language (mix of python/julia) with a type system/inference and generate luajit and find this project. But is not clear how exactly use this. Any small tutorial in how use it?

Also: How good is the error reporting?

mamcx avatar Aug 14 '14 02:08 mamcx

I'm sorry, but there's no tutorial. There's asdl_c.py which uses the module to emit C code, and there's asdl_test.py which has tests. Both have sample code that use the module, and can be learned from.

eliben avatar Aug 14 '14 12:08 eliben