summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* WIP: Implement more robust, separated lexer+parser passesDavid Phillips2018-08-01
* Fix use after free and memory leakDavid Phillips2017-12-29
* Add more cases to parser whitespace testDavid Phillips2017-12-28
* Move test binaries to separate ignored dirDavid Phillips2017-12-28
* Switch order of tags and names output in test scriptDavid Phillips2017-12-28
* Don't track binariesDavid Phillips2017-12-28
* Massive parser clamp-downDavid Phillips2017-12-28
* Add more tests, fix misc bugs foundDavid Phillips2017-12-28
* Move logic tests to test frameworkDavid Phillips2017-12-28
* Add self-test for not logicDavid Phillips2017-12-28
* Eat whitespace before input labelDavid Phillips2017-12-28
* Refactor main from parser to simulatorDavid Phillips2017-12-28
* Add beginnings of test frameworkDavid Phillips2017-12-28
* Misc linting/tidyDavid Phillips2017-12-28
* Implement unary operation in parserDavid Phillips2017-12-28
* Rename adder sample, add gates sampleDavid Phillips2017-12-28
* Support first working prototype without nested gatesDavid Phillips2017-12-28
* Add licenceDavid Phillips2017-12-28
* Rough-out logic gate wiringDavid Phillips2017-12-28
* Fix build issue, add clean recipeDavid Phillips2017-12-28
* Strip out wire+node concepts, rely only on gatesDavid Phillips2017-12-28
* Rough-work expr/op parser stubs inDavid Phillips2017-12-28
* Initual dump of partial work on parser and data structureDavid Phillips2017-12-27