onyx.git
2020-12-14 Brendan Hansenfixed test case
2020-12-14 Brendan Hansenremoved old map data structures, in favor of generic map
2020-12-14 Brendan Hansenbug fix with bitwise not unary operator in code generation
2020-12-14 Brendan Hansenadded a warning if using an invalid key type
2020-12-14 Brendan Hansenadded 'reader.read_word'
2020-12-14 Brendan Hansensmall bug fixes and repo cleanup
2020-12-14 Brendan Hansendeprecated all mapping structures in favor of new ...
2020-12-13 Brendan Hansenadded stats printing with '--verbose' flag
2020-12-12 Brendan Hansencleaning up old test code
2020-12-12 Brendan Hansenupdated CHANGELOG
2020-12-12 Brendan Hansenupdated onyx.sublime-build to new CLI
2020-12-12 Brendan Hansenadded 'abs' functions in math library
2020-12-12 Brendan Hansenupdated '--verbose' CLI flag
2020-12-12 Brendan Hansencleaning up code for CLI
2020-12-12 Brendan Hansenfield accesses only work on lvals now
2020-12-11 Brendan Hansenuse statements are now more universal
2020-12-11 Brendan Hansenforgot to add the important changes to the last commit
2020-12-11 Brendan Hansenmade struct literals more package friendly and fixed...
2020-12-11 Brendan Hansenbugfix with foreign globals
2020-12-11 Brendan Hansenswapped usage of 'str' and 'string'; broke many things
2020-12-11 Brendan Hansenadded more to do
2020-12-10 Brendan Hansenstarted laying out what needs to be done
2020-12-09 Brendan Hansensmall bugfix and updated CHANGELOG
2020-12-09 Brendan Hansenadded read_u64 and fold_slice
2020-12-09 Brendan Hansenadded 'StringReader'; subpackage bugfix
2020-12-09 Brendan Hansenfixed bug with field accesses
2020-12-08 Brendan Hansenmore bug fixes with numeric constants
2020-12-08 Brendan Hansennasty bugfix when returning bools
2020-12-08 Brendan Hansenadded str.read_chars
2020-12-08 Brendan Hansenbugfixes with numeric literals
2020-12-07 Brendan HansenMAJOR CHANGE: numeric literals are nice now
2020-12-07 Brendan Hansenbugfix in wasi.onyx
2020-12-07 Brendan Hansenadded StrMap hash table; additions to str library
2020-12-06 Brendan Hansenupdated CHANGELOG
2020-12-06 Brendan Hansenchanged the package system to allow for nested packages
2020-12-06 Brendan Hansenstring library bugfixes
2020-12-05 Brendan Hansenfixing angry bug
2020-12-05 Brendan Hansenbugfixes from using during AOC
2020-12-03 Brendan Hansensmall bugfix with recursive types
2020-11-05 Brendan Hansentesting a small change
2020-10-10 Brendan Hansenbugfix with including folders
2020-10-10 Brendan HansenBIG CHANGES TO COMPILER ARCHITECTURE; using entity...
2020-10-08 Brendan Hansenbugfixes and improvements to random
2020-10-03 Brendan Hansensmall updates to sublime syntax
2020-09-30 Brendan Hansenadded auto casting on assignment and proper checking...
2020-09-29 Brendan Hansenbugfixes with struct literals and core libraries
2020-09-28 Brendan Hansenupdated CHANGELOG and call site bugfix
2020-09-28 Brendan Hansentesting with varargs
2020-09-27 Brendan Hansenadded vararg_test.onyx
2020-09-26 Brendan Hansenadded very basic implementation of printf
2020-09-26 Brendan Hansenbugfixes with varargs
2020-09-26 Brendan Hansencode cleanup with procedure calling; needs even more...
2020-09-26 Brendan Hansenadded completely variable type varargs
2020-09-25 Brendan Hansenstarting to work on arbitrary varargs
2020-09-25 Brendan Hansenadded basics of timing the different stages of compilation
2020-09-23 Brendan Hansenadded printing floats
2020-09-23 Brendan Hansenadded %f to bh_printf and fixed bug
2020-09-23 Brendan Hansenforgot to add astnodes.h
2020-09-23 Brendan Hansenadded 'use' statement for enums and variables of struct...
2020-09-22 Brendan Hansenadded data parameter to array_map
2020-09-22 Brendan Hansensmall bugfixes
2020-09-21 Brendan Hansenadded math functions
2020-09-20 Brendan Hansennasty bug fix with polymorphic structs destroying scope...
2020-09-20 Brendan Hansenstarted working on a formal spec of the language
2020-09-20 Brendan Hansenbugfix with struct literals as struct member default...
2020-09-20 Brendan Hansenadded coloring for proc definitions in vim
2020-09-20 Brendan Hansenupdate editor syntax definitions
2020-09-19 Brendan Hansenupdated CHANGELOG
2020-09-19 Brendan Hansenadded '~~' auto cast operator
2020-09-19 Brendan Hansenadded bitwise not operator
2020-09-18 Brendan Hansenchanged overloaded function syntax; () are required...
2020-09-18 Brendan Hansencode cleanup
2020-09-18 Brendan Hansenbugfixes with structs by value
2020-09-18 Brendan Hansenadded ability to pass complicated structs by value
2020-09-18 Brendan Hansenfixed #24; ready for v0.0.3
2020-09-18 Brendan Hansenfixed #19
2020-09-18 Brendan Hansencode cleanup
2020-09-18 Brendan Hansenadded #private_file; 'use package' is at file scope...
2020-09-17 Brendan Hansenupdated CHANGELOG
2020-09-17 Brendan Hansenadded alloc_slice; made bools comptime known
2020-09-17 Brendan Hansenfixed alignment issue on struct members
2020-09-17 Brendan Hansenadded println to stdio; code cleanup
2020-09-16 Brendan Hansenadded test cases; bug fixes
2020-09-16 Brendan Hansenworking on TCC with github actions
2020-09-16 Brendan HansenUpdate onyx-build.yml
2020-09-16 Brendan Hansenstarted working on automated regression tests
2020-09-16 Brendan Hansenswitched to using TCC as the compiler compiler
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
next