aboutsummaryrefslogtreecommitdiff
path: root/py/grammar.h
AgeCommit message (Expand)Author
2015-02-08py: Parse big-int/float/imag constants directly in parser.Damien George
2014-12-27py: Allow to properly disable builtin slice operation.Damien George
2014-12-27py: Allow to properly disable builtin "set" object.Damien George
2014-12-20py: Add blank and ident flags to grammar rules to simplify parser.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-27py: Change the way function arguments are compiled.Damien George
2014-02-10Clean up handling of function return type annotation.Paul Sokolovsky
2014-02-05py: Add built-in super.Damien George
2014-01-15Implement eval.Damien George
2014-01-04Add ellipsis object.Damien George
2013-12-12py: fix bug with doc string not recognised after first newline of file.Damien
2013-10-18Add single_input rule to grammar, for REPL.Damien
2013-10-04Initial commit.Damien