onyx.git
2021-02-08 Brendan Hansenadded 'else' clause to static if statements
2021-02-08 Brendan Hansencode clean up; made 'use package' in procedures be...
2021-02-07 Brendan Hansenstatic ifs are very powerful now
2021-02-06 Brendan Hansenadded basic cycle detection and breaking
2021-02-06 Brendan Hansenstatic if are kinda powerful now, with some exceptions
2021-02-06 Brendan Hansencleaned up symbol resolution in types and other bugs
2021-02-06 Brendan Hansenadded the basic of static if statements; complex cases...
2021-02-06 Brendan Hansenrefactored entities to be allocated to an arena
2021-02-05 Brendan Hansenadded a struct test case
2021-02-05 Brendan Hansenconverted symbol introducing to be an entity, instead...
2021-02-05 Brendan Hansenmade method call syntax more useful
2021-02-05 Brendan Hansenmore robust symbol resolution with nested structs
2021-02-05 Brendan Hansentiny and insignificant changes
2021-02-04 Brendan Hansenbulked up core math library
2021-02-04 Brendan Hansensplit apart wasm generation file
2021-02-04 Brendan Hansenadded alternative implementation for memory copy/fill...
2021-02-03 Brendan Hansenadded bulk-memory intrinsics; bug fix
2021-02-03 Brendan Hansensmall bug fix; fixed timing on windows
2021-02-03 Brendan Hansensame parser clean up using next_tokens_are
2021-02-03 Brendan Hansenadded compound declarations for struct members
2021-02-02 Brendan Hansenadded a unique identifier to scopes to uniquely identif...
2021-02-02 Brendan Hansenadded experimental 'method call' syntax
2021-02-01 Brendan Hansenmore random cleanups
2021-02-01 Brendan Hansenmore general cleanup
2021-02-01 Brendan Hansenremoved parse results concept; directly adding entities now
2021-02-01 Brendan Hanseneven more cleanup in the parser
2021-02-01 Brendan Hansenmore cleanup in the parser
2021-02-01 Brendan Hansenremoved 'proc' keyword from core libraries and examples
2021-01-31 Brendan Hansenparser cleanup and bugfixes
2021-01-30 Brendan Hansengeneral clean up in parser
2021-01-30 Brendan Hansentop level bindings in struct scopes are even more useful
2021-01-29 Brendan Hansenpolymorphic struct types can have members accessed
2021-01-29 Brendan Hansensmall bugfix that makes inferred struct member types...
2021-01-29 Brendan Hansenmore robust static struct bindings; zero size struct...
2021-01-29 Brendan Hansenstructures can have statically bound expressions in...
2021-01-28 Brendan Hansendeleted some crap out of small_windows.h
2021-01-28 Brendan Hansenallow for using members of polymorphic struct instantia...
2021-01-28 Brendan Hansenmade binary reading/writing faster
2021-01-27 Brendan Hansenvarious little changes
2021-01-25 Brendan Hansenflagged everywhere 32-bit pointers are assumed
2021-01-25 Brendan Hansentiny simplification
2021-01-25 Brendan Hansenbug fix that crashed RemedyDB when debugging
2021-01-25 Brendan Hansencleaned up compound loading to use struct load logic
2021-01-25 Brendan Hansencleaned up compound storing to use struct store logic
2021-01-25 Brendan Hansencleaned up assignment emission
2021-01-25 Brendan Hansencleaned up storing of compound / simple types
2021-01-25 Brendan Hansencleaned up struct storing
2021-01-24 Brendan Hansencleaned up range for loop generation
2021-01-24 Brendan Hansencleaned up wasm block generation
2021-01-24 Brendan Hansencleaned up global_wasm_module
2021-01-24 Brendan Hansenmade explicit types on defaulted struct members optional
2021-01-24 Brendan Hansensmall bugfixes with error message production
2021-01-23 Brendan Hansenallow for 'sizeof' in array size; simplified binary...
2021-01-22 Brendan HansenAdded binary stream reader and writer
2021-01-22 Brendan Hansenmade the 'proc' keyword optional in procedure types
2021-01-22 Brendan Hansenbetter floating point printing
2021-01-21 Brendan Hansenimprovements to WASI files; '--print-function-mappings...
2021-01-21 Brendan Hansenadded logging allocator; `proc` is even more optional
2021-01-21 Brendan Hansenfor loops can iterate over integers as a shorthand...
2021-01-21 Brendan Hansenbetter fix for sublime syntax
2021-01-21 Brendan Hansenupdated sublime syntax for optional proc keyword
2021-01-21 Brendan Hansenrealized tokens should not be arena allocated because...
2021-01-21 Brendan Hansenfixed math.pow with negatives causing infinite loops
2021-01-21 Brendan Hansenmade 'proc' keyword optional in certain cases; bug...
2021-01-20 Brendan Hansenhopefully fixed bug with github actions printing lots...
2021-01-20 Brendan Hansenmajor code cleanup; removed old structures that didn...
2021-01-19 Brendan Hansenfixed a small alignment issue that could have been...
2021-01-19 Brendan Hansenupdating documentation
2021-01-19 Brendan Hansenchanged sublime text highlighting to make polymorphic...
2021-01-19 Brendan Hansenbug fix with solidify directives
2021-01-18 Brendan Hansencode cleanup and documenting polymorphism
2021-01-18 Brendan Hansensmall cleanup of the new compile-time parameters
2021-01-16 Brendan Hansenadd little bit more safety when using types in expressions
2021-01-16 Brendan Hansenbetter and safer error reporting when using type expres...
2021-01-16 Brendan Hansenvery hacky implementation of baked compile-time procedures
2021-01-16 Brendan Hansenbetter error reporting for polymorphic procedures
2021-01-16 Brendan Hansenadded more examples
2021-01-15 Brendan Hansenbug fixes with making pointers 8 bytes in size on WASI
2021-01-15 Brendan Hansenmade pointers 8 bytes in size; easier transition to...
2021-01-15 Brendan Hansenrandom bits of code cleanup
2021-01-15 Brendan Hansenrefactored a lot of the argument code for calls and...
2021-01-15 Brendan Hansenactually added the test case
2021-01-15 Brendan Hansenadded test case and small bugfix
2021-01-15 Brendan Hansenworking very of named arguments for function calls
2021-01-15 Brendan HansenBROKEN BUILD; want to debug on windows
2021-01-14 Brendan Hansenremoved AstCall.arg_count
2021-01-14 Brendan Hansenstruct literals work with new argument filling system
2021-01-14 Brendan Hansenstarted working on refactoring named arguments
2021-01-14 Brendan HansenMerge remote-tracking branch 'origin/master'
2021-01-14 Brendan Hansenadded pool allocator to core library
2021-01-14 Brendan Hansenadded pool allocator to core library
2021-01-14 Brendan Hansenpolymorphic proc generation optimization
2021-01-13 Brendan Hansenjust random changes
2021-01-13 Brendan Hansenadded struct and enum examples
2021-01-13 Brendan Hansenarrays can cast to slices of the same type
2021-01-13 Brendan Hansenadded operator overload test case
2021-01-12 Brendan HansenMerge pull request #34 from Graylunchbox74/master
2021-01-12 Graylunchbox74added pow function
2021-01-12 Brendan Hansenupdated CHANGELOG; minor bug fixes
2021-01-12 Brendan Hansenfixed infinite loop bug with multiple declarations
next