sv2nmigen.git
2020-01-24 Tobias Platenconvert binary and unary operators
2020-01-24 Tobias Platenwire assignments
2020-01-23 Tobias Platenwire declarations
2020-01-23 Tobias Platenremove redunant debug output
2020-01-23 Tobias Platendo not create output files on error
2020-01-22 Tobias Platenrun autopep8
2019-11-03 Tobias Platenadd working preprocessor (creates docstrings)
2019-11-01 Tobias Platencleanup, add example output
2019-10-27 Tobias Platencomb assignment now working
2019-10-26 Tobias Platenport_decl
2019-10-26 Tobias Platenadd elaborate function
2019-10-26 Tobias Platenclass decl cleanup
2019-10-22 Tobias Platenports as py nodes
2019-10-20 Tobias Platenparser refactoring
2019-10-19 Tobias Platenfix lexer
2019-08-24 Luke Kenneth... add parse_tokens.py
2019-04-25 Luke Kenneth... $$ $1 $2 etc convert to p[0] p[1] p[2]
2019-04-25 Luke Kenneth... add ports declarations
2019-04-25 Luke Kenneth... add port/net defs
2019-04-25 Luke Kenneth... more patterns $$ = true -> p[0] = True etc
2019-04-25 Luke Kenneth... more patterns $$ = true -> p[0] = True etc
2019-04-25 Luke Kenneth... add extra pass-through rules
2019-04-25 Luke Kenneth... start adding in module parameters
2019-04-25 Luke Kenneth... start constructing class
2019-04-25 Luke Kenneth... add in full rule name / id
2019-04-25 Luke Kenneth... put in rule numbering
2019-04-24 Luke Kenneth... begin experimenting with lib2to3 Node/Leaf additions
2019-04-24 Luke Kenneth... first version of parser
2019-04-24 Luke Kenneth... first commit