index
:
hence
master
Toy language for building digital circuits from atomic logical operations
David Phillips
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Change token underlining character from ^ to "
David Phillips
2018-08-02
*
No need for line_start variable
David Phillips
2018-08-02
*
common: Make line counting more robust
David Phillips
2018-08-02
*
Add note to abort call
David Phillips
2018-08-01
*
Rename simulator
David Phillips
2018-08-01
*
Remove unneeded build debug todo
David Phillips
2018-08-01
*
Rename lexer and parser, fix compilation warnings
David Phillips
2018-08-01
*
Add simple language test cases, fix empty line bug
David Phillips
2018-08-01
*
Remove superfluous indirection
David Phillips
2018-08-01
*
Add more wrapper macros for expect
David Phillips
2018-08-01
*
Add more skeleton parsing
David Phillips
2018-08-01
*
Fix mis-named expr keyword in lookup table
David Phillips
2018-08-01
*
Fix whitespace trimming on non-whitespace lines
David Phillips
2018-08-01
*
Trim leading whitespace from contextual error, detect EOF
David Phillips
2018-08-01
*
Change emit to be general, add filename to output
David Phillips
2018-08-01
*
Add missing common.c
David Phillips
2018-08-01
*
Add line area/span indication to error messages
David Phillips
2018-08-01
*
Fix buffer indexing error affecting alphanum tok value
David Phillips
2018-08-01
*
WIP: Implement more robust, separated lexer+parser passes
David Phillips
2018-08-01
*
Fix use after free and memory leak
David Phillips
2017-12-29
*
Add more cases to parser whitespace test
David Phillips
2017-12-28
*
Move test binaries to separate ignored dir
David Phillips
2017-12-28
*
Switch order of tags and names output in test script
David Phillips
2017-12-28
*
Don't track binaries
David Phillips
2017-12-28
*
Massive parser clamp-down
David Phillips
2017-12-28
*
Add more tests, fix misc bugs found
David Phillips
2017-12-28
*
Move logic tests to test framework
David Phillips
2017-12-28
*
Add self-test for not logic
David Phillips
2017-12-28
*
Eat whitespace before input label
David Phillips
2017-12-28
*
Refactor main from parser to simulator
David Phillips
2017-12-28
*
Add beginnings of test framework
David Phillips
2017-12-28
*
Misc linting/tidy
David Phillips
2017-12-28
*
Implement unary operation in parser
David Phillips
2017-12-28
*
Rename adder sample, add gates sample
David Phillips
2017-12-28
*
Support first working prototype without nested gates
David Phillips
2017-12-28
*
Add licence
David Phillips
2017-12-28
*
Rough-out logic gate wiring
David Phillips
2017-12-28
*
Fix build issue, add clean recipe
David Phillips
2017-12-28
*
Strip out wire+node concepts, rely only on gates
David Phillips
2017-12-28
*
Rough-work expr/op parser stubs in
David Phillips
2017-12-28
*
Initual dump of partial work on parser and data structure
David Phillips
2017-12-27