News

N23 is a high-level programming language designed with syntax elements inspired by Ada and Pascal. This project implements a compiler for the N23 language with a ...
The parser is in a single file - asdl.py; it contains a hand-written lexer and a recursive-descent parser. Note: Python.asdl (the ASDL definition file for Python) and asdl_c.py (emitter for Python-ast ...