Skip to content Skip to sidebar Skip to footer
Showing posts with the label Grammar

Do I Have A Bug In My Grammar, Or The Parser-generation Tool?

The following is an EBNF-format (mostly - the actual syntax is documented here) grammar that I am a… Read more Do I Have A Bug In My Grammar, Or The Parser-generation Tool?

Python Ast To Dot Graph

I'm analyzing the AST generated by python code for 'fun and profit', and I would like t… Read more Python Ast To Dot Graph