summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* native.c: micro-optimize operator stackJari Vetoniemi2018-09-28
* native.c: add some asserts and errorsJari Vetoniemi2018-09-28
* types: handle raw string bytesJari Vetoniemi2018-09-28
* expr: fix || and && operationsJari Vetoniemi2018-09-28
* expr: add missing modulo operationJari Vetoniemi2018-09-28
* compiler: print the ast tree more nicelyJari Vetoniemi2018-09-27
* compiler: make endianess a filterJari Vetoniemi2018-09-27
* expr: apparently strings are streams tooJari Vetoniemi2018-09-27
* compiler: implement enum countingJari Vetoniemi2018-09-27
* implement the binary number typeJari Vetoniemi2018-09-27
* share lex blocks between functions and referencesJari Vetoniemi2018-09-26
* types.lm: use lex blocksJari Vetoniemi2018-09-26
* New makefileJari Vetoniemi2018-09-26
* fix some parsing bugsJari Vetoniemi2018-09-26
* remove type::name add endianess supportJari Vetoniemi2018-09-26
* Indicate fields with slices in outputJari Vetoniemi2018-09-26
* More parsing fixes for the fspec files I haveJari Vetoniemi2018-09-26
* Print out select expression informationJari Vetoniemi2018-09-26
* Add some commentsJari Vetoniemi2018-09-26
* Fix some parsing mistakesJari Vetoniemi2018-09-26
* Goodbye C compiler, hello colm compilerJari Vetoniemi2018-09-26
* tmpJari Vetoniemi2018-02-23
* xi2path: Cast before snprintfJari Vetoniemi2018-02-23
* wipJari Vetoniemi2018-02-23
* lexer.rl: hex can be as long as we wantJari Vetoniemi2018-02-23
* ragel.rl: mark anything as errorJari Vetoniemi2018-02-23
* ragel.rl: better error matchingJari Vetoniemi2018-02-23
* dump.c: Postcond that we actually read somethingJari Vetoniemi2017-12-07
* Add assert to tell compiler wrong behaviour is UDHEADmasterJari Vetoniemi2017-10-01
* s/s32/s64/Jari Vetoniemi2017-08-15
* ragel.rl: Add some asserts to confirm inputJari Vetoniemi2017-05-07
* ragel.rl: Make search_err read "p" before stopJari Vetoniemi2017-05-07
* validator.rl: Unused memberJari Vetoniemi2017-05-03
* validator.rl: Allow multiple filtersJari Vetoniemi2017-05-02
* dump.c: Align to_hex to at least 2 charsJari Vetoniemi2017-05-01
* dump.c: Fix print_array when data ends on 8 columnJari Vetoniemi2017-05-01
* dump.c: More compact hex dumpingJari Vetoniemi2017-05-01
* work in progressJari Vetoniemi2017-05-01
* Initial commitJari Vetoniemi2017-04-13