onyx.git
2020-06-24 Brendan HansenFully compiling to WASM again
2020-06-23 Brendan HansenVarious improvements and bug fixes
2020-06-22 Brendan HansenAdded initial type checking
2020-06-22 Brendan HansenSplitting up code for easier maintainability
2020-06-22 Brendan HansenBug fixes with symbol resolution
2020-06-22 Brendan HansenAdded proper symbol resolution
2020-06-21 Brendan HansenRemoved need for semicolons after some statements
2020-06-20 Brendan HansenAdded initial vim syntax highlighting; bug fixes
2020-06-20 Brendan HansenAdded logical comparison operators
2020-06-20 Brendan HansenAdded if statements
2020-06-20 Brendan HansenBugfix with scratch allocator
2020-06-20 Brendan HansenAdded bin ops with precedence; bug fixes
2020-06-19 Brendan HansenBugfixes for foreign function calls
2020-06-19 Brendan HansenAdded foreign functions (WASM imports)
2020-06-19 Brendan HansenStarted work on importing external functions
2020-06-18 Brendan HansenAdded numeric literals and changes to bh_imap
2020-06-18 Brendan HansenLots of small changes; initial function calling
2020-06-17 Brendan HansenMany small changes; working on function calls
2020-06-16 Brendan HansenCode clean up and added "start" section output
2020-06-15 Brendan HansenGENERATING A WORKING BINARY!
2020-06-15 Brendan HansenGenerating an actual WASM binary!
2020-06-14 Brendan HansenStarting to output a binary for real.
2020-06-12 Brendan HansenAdded flexible buffer implementation
2020-06-11 Brendan HansenProgress on basic WASM code generation
2020-06-11 Brendan HansenLots of changes
2020-06-10 Brendan HansenBug fix
2020-06-09 Brendan HansenEven more bug fixes for bh_hash
2020-06-09 Brendan HansenAnother tiny bugfix on bh_hash implementation
2020-06-09 Brendan HansenBug fix in new bh_hash implementation
2020-06-09 Brendan HansenChanged implementation for bh_hash
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