onyx.git
2020-09-15 Brendan Hansenadded name to polymorphic structs so error messsages...
2020-09-14 Brendan Hansenfixed bug with polymorphic struct 'using'
2020-09-14 Brendan Hansenadded error message for using polymorphic structs
2020-09-14 Brendan Hansenbugfixes for polymorphic structs
2020-09-14 Brendan Hansenadded polymorphic structs; must testing will be needed
2020-09-12 Brendan HansenFixed #20
2020-09-10 Brendan Hansenadded simd example; simd bugfixes
2020-09-10 Brendan Hansenfinished initial version of SIMD instructions
2020-09-10 Brendan Hansenstarted working on SIMD functionality
2020-09-09 Brendan Hansenadded 'simd' package with simd types
2020-09-09 Brendan HansenMerge pull request #14 from brendanfh/add-license-1
2020-09-09 Brendan HansenCreate LICENSE
2020-09-09 Brendan HansenUpdate onyx-build.yml
2020-09-09 Brendan HansenUpdate onyx-build.yml
2020-09-09 Brendan HansenCreate onyx-build.yml
2020-09-08 Brendan Hansenvarious bug improvements
2020-09-08 Brendan Hansenadded 'using' struct members
2020-09-08 Brendan Hansenadded polymorphic varargs of a single type
2020-09-07 Brendan Hansenbugfix for variadic arguments
2020-09-07 Brendan Hansenadded initial implementation of typed varargs
2020-09-06 Brendan Hansenreduced number of foreign imports
2020-09-05 Brendan Hansensmall bugfixes; started writing example programs with...
2020-09-05 Brendan Hansenadded some robustness and better errors
2020-09-05 Brendan Hansenadded for loops over fixed size arrays
2020-09-05 Brendan Hansenadded iteration by pointer to for loops
2020-09-05 Brendan Hansenadded for loop iteration over slices and dynamic arrays
2020-09-04 Brendan Hansenchanged semantics of for loops; now iterable based
2020-09-04 Brendan Hansencan subscript array with a value of type 'range'; not...
2020-09-04 Brendan Hansenchanged slice creation syntax to use ranges
2020-09-04 Brendan Hansenadded ranges; will replace for loop and slice syntax...
2020-09-03 Brendan Hansenadded ability to output a tag file
2020-09-02 Brendan Hansen'builtin' package is implicitly included; multiple...
2020-09-02 Brendan Hansenadded core array functions
2020-09-01 Brendan Hansenresolving polymorphic params in function parameters...
2020-09-01 Brendan Hansenadded ptrmap.onyx; small bugfixes; changed rules about...
2020-09-01 Brendan Hansenrefactoring core arrays
2020-09-01 Brendan Hansenadded block comments (kinda); bug fixes
2020-08-31 Brendan Hansenrefactoring core libraries
2020-08-31 Brendan Hansenpolyprocs can be passed as arguments; code cleanup...
2020-08-31 Brendan Hansencode cleanup and bugfixes; added file location directives
2020-08-30 Brendan Hansensmall error improvements; moved where proc directives go
2020-08-30 Brendan Hansenadded '#add_overload' directive
2020-08-30 Brendan Hansenmassive renaming of internal compiler things
2020-08-29 Brendan Hansencritical bugfixes and sublime/vim compiliation support
2020-08-29 Brendan Hansenweird bugfix with operator precedence
2020-08-29 Brendan Hansenbugfixes and more testing
2020-08-29 Brendan Hansenadding array functionality and bugfixes
2020-08-29 Brendan Hansenadded dynamic array type since polymorphism is now...
2020-08-28 Brendan Hansencaching previous generated polymorphic functions
2020-08-28 Brendan HansenStarted the basics of polymorphic procedures. code...
2020-08-28 Brendan Hansenadded implicit '.data' to slices so they behave like...
2020-08-28 Brendan Hansenrefactored slice types to not be a struct type internally
2020-08-28 Brendan Hansensmall bugfixes
2020-08-27 Brendan HansenUpdate README.md
2020-08-26 Brendan Hansenstarted working on a auto-documentation output
2020-08-26 Brendan Hansenbug fixes with default parameters
2020-08-26 Brendan Hansenadded default parameters; will need to be bug tested...
2020-08-25 Brendan Hansenchecking things off
2020-08-25 Brendan HansenAdded initializer to switch statement; slight output...
2020-08-25 Brendan Hansenadded fallthrough on switch statements; code cleanup
2020-08-25 Brendan Hansenadded basics on switch statements; will need much testing
2020-08-24 Brendan Hansenperformance improvements
2020-08-24 Brendan HansenAdded slice types; bugfixes
2020-08-24 Brendan Hansenbugfixes with alignment
2020-08-24 Brendan Hansenadded initializer to if and while; added else on while
2020-08-23 Brendan Hansenallowing non simple structures to be stored and loaded
2020-08-23 Brendan Hansenadding more core functionality and bugfixes
2020-08-22 Brendan Hansengeneral bugfixes; strings are now a pointer and a length
2020-08-22 Brendan Hansenbugfixes and starting to integrate with wasi_unstable
2020-08-21 Brendan HansenImproved speed of lexer slightly; started profiling
2020-08-19 Brendan Hansensmall bugfix with struct literal named values
2020-08-18 Brendan Hansencleaning up old test files; will add more examples...
2020-08-18 Brendan Hansenbug fix with named struct members
2020-08-18 Brendan Hansengeneral bugfixes
2020-08-18 Brendan Hansenadded returning structs; much easier than anticipated
2020-08-17 Brendan Hansenadded basic union types; force structs to be a particul...
2020-08-17 Brendan Hansensmall bugfixes
2020-08-17 Brendan Hansenadded default initial values to struct; added named...
2020-08-16 Brendan Hansenadded basic struct literals; code cleanup
2020-08-15 Brendan HansenMerge remote-tracking branch 'origin/master' into master
2020-08-15 Brendan Hansensmall bugfix when assigning to memory reservations
2020-08-15 Brendan Hansensmall bugfix when assigning to memory reservations
2020-08-15 Brendan Hansensmall bugfix for setting global structs
2020-08-15 Brendan Hansenoptimized local.set followed by local.get
2020-08-15 Brendan Hansencode cleanup; can 'use' bare structures
2020-08-14 Brendan Hansencode cleanup and bug fixes
2020-08-13 Brendan Hansenthings of struct type now work as lvalues
2020-08-13 Brendan HansenAdded a local allocator to better manage WASM locals
2020-08-12 Brendan Hansenadded 'builtin' package for symbols that are built...
2020-08-12 Brendan Hansenmuch refactoring; changed passing structs by value...
2020-08-11 Brendan Hansenmoved pipe operator to being a binary operator
2020-08-11 Brendan Hansenchanged UFC operator to |> for now; fixed bug with...
2020-08-11 Brendan Hansenreadded UFC syntax using the ' operator
2020-08-11 Brendan Hansenchanged syntax for including files and folders
2020-08-11 Brendan Hansencan include other folders in search path
2020-08-10 Brendan Hansenadded binary op reduction to comparison and boolean...
2020-08-10 Brendan Hansenused valgrind to find memory issues
2020-08-10 Brendan Hansenbugfix with compile time expression as array size
2020-08-10 Brendan Hansenstarted work on reducing compile time known values
2020-08-10 Brendan Hansenadded memory reservation initial values
next