onyx.git
2020-06-09 Brendan HansenAdded exports to WASM Module and other bug fixes
2020-06-05 Brendan HansenBug fixes
2020-06-05 Brendan HansenChanged comment syntax
2020-06-04 Brendan HansenStarting work on WASM code generation
2020-06-03 Brendan HansenSpelling fix
2020-06-02 Brendan HansenBug fixes; preparing to start WASM code gen
2020-06-02 Brendan HansenStarted using CCLS instead of clangd
2020-06-02 Brendan HansenCleaning up directory structure
2020-06-02 Brendan HansenBetter parse tree printer and some type checking
2020-05-26 Brendan HansenImplemented #12
2020-05-25 Brendan HansenStarting on the semantic pass phase
2020-05-24 Brendan Hansenbug fixes for params shadowing
2020-05-23 Brendan HansenMore parser progress; added notion of 'const'
2020-05-23 Brendan HansenI hate windows line endings; other small changes; Imple...
2020-05-23 Brendan HansenMore parse progress
2020-05-21 Brendan HansenBugfix for negatives in bh_printf
2020-05-21 Brendan HansenSmall bugfixes for bh_printf family
2020-05-21 Brendan HansenMade custom printf good enough to replace stdio printf...
2020-05-21 Brendan HansenWorking on parser and custom printf alternative
2020-05-19 Brendan HansenWorking more on the parser
2020-05-19 Brendan HansenProgress on the initial parser #1
2020-05-18 Brendan HansenSmall bugfix on Arena Allocator
2020-05-18 Brendan HansenGetting ready to start the initial parser
2020-05-17 Brendan HansenMerge remote-tracking branch 'origin/master'
2020-05-17 Brendan HansenSmall bugfix will pointer math
2020-05-17 Brendan HansenSmall bugfix will pointer math
2020-05-17 Brendan HansenImplemented Allow Arena allocator to create more arenas #10
2020-05-17 Brendan HansenCode cleanup
2020-05-17 Brendan HansenApparently my "nofree" allocator is actually called...
2020-05-15 Brendan HansenSmall bug / performance fix
2020-05-15 Brendan HansenAdded custom allocator capability to hashtables
2020-05-15 Brendan HansenSpelling fix
2020-05-15 Brendan HansenAdded custom allocators (heap and nofree allocators...
2020-05-15 Brendan HansenPushing changes at end of day
2020-05-14 Brendan HansenFixed Last tokens produced by tokenizer appear to be...
2020-05-14 Brendan HansenFixed Tokenizer producing wrong line number and column #6
2020-05-14 Brendan HansenSmall memory improvement for hashtable iterators
2020-05-14 Brendan HansenSmall fixes to safety of hash iterator
2020-05-14 Brendan HansenAdded hash table iteration
2020-05-13 Brendan HansenAdded hashtable implementation and working on strings
2020-05-12 Brendan HansenMerge remote-tracking branch 'origin/master'
2020-05-12 Brendan HansenCommiting at end of day. Working on rewriting the bh_st...
2020-05-12 Brendan HansenCommiting at end of day. Working on rewriting the bh_st...
2020-05-12 Brendan HansenFinished bh_arr
2020-05-11 Brendan HansenSplit project up and working on bh_arr
2020-05-11 Brendan Hansenupdates
2020-05-06 Brendan HansenWorking on the tokenizer
2020-05-05 Brendan HansenLots of progress on file API
2020-05-05 Brendan HansenStarting to work on files
2020-05-04 Brendan HansenAdding more string functionality
2020-05-04 Brendan HansenWorking on string library
2020-05-04 Brendan HansenWorking on custom library for C development
2020-05-01 Brendan HansenStarting file reading
2020-05-01 Brendan HansenInitial commit