onyx.git
2021-03-02 Brendan Hansenadded webgl functionality
2021-03-01 Brendan Hansencleaned up AOC test cases for anyone using them to...
2021-02-26 Brendan Hansenrandom little changes; starting package rewrite
2021-02-23 Brendan Hansenbugfix with reducing statements
2021-02-23 Brendan Hansenmaking, finding and fixing bugs
2021-02-22 Brendan Hansenimproved some error messages
2021-02-22 Brendan Hansenadded anonymous array literals and uncovered bugs
2021-02-22 Brendan Hansenadded anonymous struct literals
2021-02-22 Brendan Hansenfixed return bug
2021-02-21 Brendan Hansenbugfix with assigning to struct parameters
2021-02-18 Brendan Hansenupdated string_stream_test
2021-02-18 Brendan Hansenadded some functionality to reading streams
2021-02-18 Brendan Hansensmall changes in core libraries
2021-02-17 Brendan HansenMerge remote-tracking branch 'origin/master'
2021-02-17 Brendan Hansenadded 'new' and 'math.clamp'
2021-02-16 Brendan Hansensmall cleanup and better CLI documentation
2021-02-16 Brendan Hansensmall cleanup and bugfix with code generation
2021-02-15 Brendan Hansenabstracted pointer operations in WASM generation
2021-02-15 Brendan Hansensmall changes and cleanups
2021-02-09 Brendan Hansenadded runtime configuration at compile-time; removed...
2021-02-09 Brendan Hansenmade #solidify more resilient by adding per entity...
2021-02-09 Brendan Hansenworking on build_opts variables
2021-02-09 Brendan Hansenstarting to think about build options
2021-02-09 Brendan Hansenadded ability to cause static errors with '#error'
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
next