onyx.git
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
2021-01-12 Brendan Hansenbetter handling for type solidification in compound...
2021-01-12 Brendan Hansenupdated io.stream to use multiple return values; small...
2021-01-12 Brendan HansenMerge pull request #33 from brendanfh/multiple-returns
2021-01-12 Brendan Hansenadded test case for multiple returns/declarations
2021-01-12 Brendan Hansenmultiple declarations work in procedure bodies
2021-01-12 Brendan Hansenpolymorphic variables on compound types
2021-01-12 Brendan Hansenfinalized returning multiple values
2021-01-12 Brendan Hansenbegan work on multiple return values
2021-01-11 Brendan Hansenimplemented #27
2021-01-11 Brendan Hansensmall cleanup with parameters being mutable now
2021-01-11 Brendan Hansenminor changes to parameter logic
2021-01-11 Brendan Hansenminor bug fixes with polymorphic procedures
2021-01-11 Brendan Hansenpolymorphic procedures are allowed in overloaded functions
2021-01-10 Brendan Hansencode cleanup making new ast nodes
2021-01-10 Brendan Hansensmall improvements
2021-01-10 Brendan Hansenbug fix with invalid binary operator in modify-assignment
2021-01-10 Brendan Hansencleaner code for operator overloading
2021-01-10 Brendan Hansenbetter error checking for operator overloading
2021-01-10 Brendan Hansenadded basics of operator overloading
2021-01-09 Brendan Hansenstarted working on abstract stream api
2021-01-09 Brendan Hansensmall bug fixes with polymorphic struct errors
2021-01-09 Brendan Hansencleaned up type parsing
2021-01-08 Brendan Hansenvarious little bug fixes around the code
2021-01-08 Brendan Hansenpolymorphic structures have compile time known arguments
2021-01-08 Brendan Hansenadded easier way to do types in value expressions
2021-01-07 Brendan Hansensmall bug fixes with polymorphic array lengths
2021-01-07 Brendan Hansenarray types are polymorphic on size
2021-01-07 Brendan Hansenupdating documents and small bugfix
2021-01-07 Brendan Hansenadded some examples; small bug fix
2021-01-06 Brendan Hansenremoved old argument code; preparing for named arguments
2021-01-06 Brendan Hansendefault values are no longer immediately type checked
2021-01-06 Brendan Hansenfixed the broken test case and a gnarly bug
2021-01-06 Brendan Hansenchanged cast logic; a test case is not correct at the...
2021-01-06 Brendan Hansenmoved some logic from symbol resolution to type checking
2021-01-06 Brendan Hansen`defer` has better semantics with targeted jump statements
2021-01-05 Brendan Hansencode cleanup in checker and symres
2021-01-05 Brendan Hansenfix onyx-build.yml again
2021-01-05 Brendan Hansenfix onyx-build.yml
2021-01-05 Brendan Hansenremoved old Makefile; just use build.sh or build.bat
2021-01-05 Brendan Hansenupdated CHANGELOG
2021-01-05 Brendan Hansencompiling with more warnings for cleaner code
2021-01-05 Brendan Hansensmall updates; getting more working with Windows
2021-01-04 Brendan HansenWindows compilation is working!
2021-01-04 Brendan Hansenarray literal assignment optimization
2021-01-04 Brendan Hansenraw_alloc and raw_resize can take an alignment argument
2021-01-04 Brendan Hansenstruct member defaults are processed later in the pipeline
2021-01-04 Brendan Hansenstill working on Windows compilation
2021-01-04 Brendan Hansenstupid shell single vs double quotes
2021-01-04 Brendan Hansenworking towards Windows compilation
2021-01-03 Brendan Hansen'#include_file' -> '#load'; '#include_folder' -> '...
2021-01-02 Brendan Hansenrandom little changes
2021-01-01 Brendan Hansenfix auto-cast bug with overloaded procs
2020-12-31 Brendan Hansenadded compile time procedures test case
2020-12-31 Brendan Hansenadded 'null_proc' to syntax definitions
2020-12-31 Brendan Hansenadded 'null_proc' to builtin.onyx
2020-12-31 Brendan Hansenprocedures are compile time known
2020-12-31 Brendan Hansenadded a LOT of test cases (from AOC 2020)
2020-12-31 Brendan Hansencleaning up more things
2020-12-31 Brendan Hansencleaning up directory structure
2020-12-30 Brendan Hansenlaid out what examples need to be written
2020-12-30 Brendan Hansenadded very verbose output option, '-VV'
2020-12-30 Brendan Hansensmall bugfix with field access with no type
next