onyx.git
3 years agoadded overloadable assignment operators
Brendan Hansen [Mon, 30 Aug 2021 12:13:49 +0000 (07:13 -0500)]
added overloadable assignment operators

3 years agobugfixes with aliasing to poly structs; added 'Map' and 'Set' aliases
Brendan Hansen [Mon, 30 Aug 2021 00:37:16 +0000 (19:37 -0500)]
bugfixes with aliasing to poly structs; added 'Map' and 'Set' aliases

3 years agobugfix with deferred statements in macros
Brendan Hansen [Sun, 29 Aug 2021 21:44:04 +0000 (16:44 -0500)]
bugfix with deferred statements in macros

3 years agomaking initialization statements on if/while/switch better
Brendan Hansen [Sun, 29 Aug 2021 21:12:38 +0000 (16:12 -0500)]
making initialization statements on if/while/switch better

3 years agobugfix with deferred blocks in macros with locals
Brendan Hansen [Sun, 29 Aug 2021 17:23:08 +0000 (12:23 -0500)]
bugfix with deferred blocks in macros with locals

3 years agobugfix with macros with auto-return type
Brendan Hansen [Sun, 29 Aug 2021 04:05:07 +0000 (23:05 -0500)]
bugfix with macros with auto-return type

3 years agobugfixes with expression macro substitutions
Brendan Hansen [Sun, 29 Aug 2021 01:31:54 +0000 (20:31 -0500)]
bugfixes with expression macro substitutions

3 years agoadded macros at the expression level
Brendan Hansen [Sat, 28 Aug 2021 20:10:18 +0000 (15:10 -0500)]
added macros at the expression level

3 years agoadded 'do' expressions
Brendan Hansen [Sat, 28 Aug 2021 18:27:04 +0000 (13:27 -0500)]
added 'do' expressions

3 years agotabs are now supported by error message reporting
Brendan Hansen [Sat, 28 Aug 2021 15:21:36 +0000 (10:21 -0500)]
tabs are now supported by error message reporting

3 years agocode cleanup
Brendan Hansen [Sat, 28 Aug 2021 02:56:06 +0000 (21:56 -0500)]
code cleanup

3 years agoscary changes
Brendan Hansen [Fri, 27 Aug 2021 03:53:16 +0000 (22:53 -0500)]
scary changes

3 years agostabilized entity sorting so cycle detection works better
Brendan Hansen [Thu, 26 Aug 2021 15:25:46 +0000 (10:25 -0500)]
stabilized entity sorting so cycle detection works better

3 years agocode cleanup in cloner and checker. proper cycle detection again
Brendan Hansen [Thu, 26 Aug 2021 14:50:11 +0000 (09:50 -0500)]
code cleanup in cloner and checker. proper cycle detection again

3 years agobugfixes with core libs
Brendan Hansen [Mon, 23 Aug 2021 21:01:33 +0000 (16:01 -0500)]
bugfixes with core libs

3 years agoadded auto-return type
Brendan Hansen [Mon, 23 Aug 2021 20:24:33 +0000 (15:24 -0500)]
added auto-return type

3 years agobugfixes and fixed spelling of "polymoprhic"
Brendan Hansen [Mon, 23 Aug 2021 20:24:01 +0000 (15:24 -0500)]
bugfixes and fixed spelling of "polymoprhic"

3 years ago'typeof' bugfixes and added quick functions (=>)
Brendan Hansen [Mon, 23 Aug 2021 12:55:03 +0000 (07:55 -0500)]
'typeof' bugfixes and added quick functions (=>)

3 years agobetter printing for enum flags
Brendan Hansen [Mon, 23 Aug 2021 00:00:58 +0000 (19:00 -0500)]
better printing for enum flags

3 years agoadded 'typeof'
Brendan Hansen [Mon, 23 Aug 2021 00:00:47 +0000 (19:00 -0500)]
added 'typeof'

3 years agobugfix with use in parameters and yielding
Brendan Hansen [Thu, 19 Aug 2021 20:08:39 +0000 (15:08 -0500)]
bugfix with use in parameters and yielding

3 years agocleanup and random additions
Brendan Hansen [Wed, 18 Aug 2021 12:36:43 +0000 (07:36 -0500)]
cleanup and random additions

3 years agosmall cleanup with macros
Brendan Hansen [Tue, 17 Aug 2021 03:07:09 +0000 (22:07 -0500)]
small cleanup with macros

3 years agostarting to use macros because they are powerful
Brendan Hansen [Fri, 13 Aug 2021 15:48:54 +0000 (10:48 -0500)]
starting to use macros because they are powerful

3 years agopolymorphic macros as overloads
Brendan Hansen [Fri, 13 Aug 2021 14:50:17 +0000 (09:50 -0500)]
polymorphic macros as overloads

3 years agobugfixes with macro expansions
Brendan Hansen [Fri, 13 Aug 2021 00:24:57 +0000 (19:24 -0500)]
bugfixes with macro expansions

3 years agoadded bucket_array test
Brendan Hansen [Thu, 12 Aug 2021 19:42:57 +0000 (14:42 -0500)]
added bucket_array test

3 years agomacros working! needs a lot of cleanup however
Brendan Hansen [Thu, 12 Aug 2021 19:30:40 +0000 (14:30 -0500)]
macros working! needs a lot of cleanup however

3 years agomore macro support
Brendan Hansen [Thu, 12 Aug 2021 17:28:09 +0000 (12:28 -0500)]
more macro support

3 years agostarting to work on macros; not functional yet
Brendan Hansen [Thu, 12 Aug 2021 12:41:49 +0000 (07:41 -0500)]
starting to work on macros; not functional yet

3 years agoslightly cleaner way of doing expression level checking
Brendan Hansen [Wed, 11 Aug 2021 04:12:54 +0000 (23:12 -0500)]
slightly cleaner way of doing expression level checking

3 years agorandom various improvements around the core libraries
Brendan Hansen [Tue, 10 Aug 2021 19:12:34 +0000 (14:12 -0500)]
random various improvements around the core libraries

3 years agorandom cleanup; fixed ui layering bug
Brendan Hansen [Mon, 9 Aug 2021 10:39:36 +0000 (05:39 -0500)]
random cleanup; fixed ui layering bug

3 years agocleanup
Brendan Hansen [Sat, 7 Aug 2021 13:46:07 +0000 (08:46 -0500)]
cleanup

3 years agopolymorphic overloads can signal yield for header
Brendan Hansen [Fri, 6 Aug 2021 20:46:10 +0000 (15:46 -0500)]
polymorphic overloads can signal yield for header

3 years agoforgot to revert a small change
Brendan Hansen [Fri, 6 Aug 2021 19:59:21 +0000 (14:59 -0500)]
forgot to revert a small change

3 years agobugfixing and added enumerate to iter
Brendan Hansen [Fri, 6 Aug 2021 19:55:45 +0000 (14:55 -0500)]
bugfixing and added enumerate to iter

3 years agostruct member defaults are now available at runtime
Brendan Hansen [Fri, 6 Aug 2021 14:33:23 +0000 (09:33 -0500)]
struct member defaults are now available at runtime

3 years agocode and '#insert' blocks can be expressions
Brendan Hansen [Thu, 5 Aug 2021 15:54:10 +0000 (10:54 -0500)]
code and '#insert' blocks can be expressions

3 years agocleaned up more examples
Brendan Hansen [Thu, 5 Aug 2021 12:18:43 +0000 (07:18 -0500)]
cleaned up more examples

3 years agoupdated examples; type creation bugfix
Brendan Hansen [Thu, 5 Aug 2021 03:24:37 +0000 (22:24 -0500)]
updated examples; type creation bugfix

3 years agoadded paste-able code blocks with '#insert' and '#{}'
Brendan Hansen [Tue, 3 Aug 2021 16:11:04 +0000 (11:11 -0500)]
added paste-able code blocks with '#insert' and '#{}'

3 years agoanother type_info bugfix
Brendan Hansen [Tue, 20 Jul 2021 03:38:27 +0000 (22:38 -0500)]
another type_info bugfix

3 years agotype_info fix (hopefully)
Brendan Hansen [Tue, 20 Jul 2021 03:18:32 +0000 (22:18 -0500)]
type_info fix (hopefully)

3 years agothis shouldn't work...
Brendan Hansen [Mon, 19 Jul 2021 23:48:47 +0000 (18:48 -0500)]
this shouldn't work...

3 years agoone more dumb fix for type_table
Brendan Hansen [Mon, 19 Jul 2021 23:04:50 +0000 (18:04 -0500)]
one more dumb fix for type_table

3 years agobugfix for type_table
Brendan Hansen [Mon, 19 Jul 2021 20:20:51 +0000 (15:20 -0500)]
bugfix for type_table

3 years agoadded ability to disable #file_contents
Brendan Hansen [Sun, 18 Jul 2021 19:46:19 +0000 (14:46 -0500)]
added ability to disable #file_contents

3 years agobugfixes and code cleanup
Brendan Hansen [Fri, 16 Jul 2021 14:55:57 +0000 (09:55 -0500)]
bugfixes and code cleanup

3 years agoadded scrollable_region
Brendan Hansen [Thu, 15 Jul 2021 23:30:32 +0000 (18:30 -0500)]
added scrollable_region

3 years agopoly-struct arguments are query-able from '.' syntax
Brendan Hansen [Thu, 15 Jul 2021 14:04:02 +0000 (09:04 -0500)]
poly-struct arguments are query-able from '.' syntax

3 years agoadded a builtin font because there were too many problems without it
Brendan Hansen [Thu, 15 Jul 2021 14:03:43 +0000 (09:03 -0500)]
added a builtin font because there were too many problems without it

3 years agoalias bug fix; added #persist to locals
Brendan Hansen [Thu, 15 Jul 2021 03:15:26 +0000 (22:15 -0500)]
alias bug fix; added #persist to locals

3 years agoreworking fonts in ui module
Brendan Hansen [Wed, 14 Jul 2021 20:07:29 +0000 (15:07 -0500)]
reworking fonts in ui module

3 years agoadded parameters to type_info for polymorphed structs
Brendan Hansen [Wed, 14 Jul 2021 20:07:08 +0000 (15:07 -0500)]
added parameters to type_info for polymorphed structs

3 years agorefactored font code so it is reusable
Brendan Hansen [Tue, 13 Jul 2021 16:34:43 +0000 (11:34 -0500)]
refactored font code so it is reusable

3 years agounprivated a function
Brendan Hansen [Mon, 12 Jul 2021 23:32:12 +0000 (18:32 -0500)]
unprivated a function

3 years agoremoved an unneeded structure
Brendan Hansen [Mon, 12 Jul 2021 04:33:24 +0000 (23:33 -0500)]
removed an unneeded structure

3 years agocomments and cleanup
Brendan Hansen [Mon, 12 Jul 2021 04:04:02 +0000 (23:04 -0500)]
comments and cleanup

3 years agobugfixes in lots of places
Brendan Hansen [Sun, 11 Jul 2021 23:59:37 +0000 (18:59 -0500)]
bugfixes in lots of places

3 years agoadded dynamic file requests to js_events library
Brendan Hansen [Sun, 11 Jul 2021 20:52:48 +0000 (15:52 -0500)]
added dynamic file requests to js_events library

3 years agoadded wasm code decoder
Brendan Hansen [Fri, 9 Jul 2021 19:00:53 +0000 (14:00 -0500)]
added wasm code decoder

3 years agoimmediate mode fixes
Brendan Hansen [Fri, 9 Jul 2021 03:51:19 +0000 (22:51 -0500)]
immediate mode fixes

3 years agorenaming scrollable_area to workspace
Brendan Hansen [Thu, 8 Jul 2021 20:10:27 +0000 (15:10 -0500)]
renaming scrollable_area to workspace

3 years agoscrolling_area; better mouse support
Brendan Hansen [Thu, 8 Jul 2021 15:43:46 +0000 (10:43 -0500)]
scrolling_area; better mouse support

3 years agobugfixes with scissors
Brendan Hansen [Wed, 7 Jul 2021 20:18:41 +0000 (15:18 -0500)]
bugfixes with scissors

3 years agoscissoring with respect to world transform matrix
Brendan Hansen [Wed, 7 Jul 2021 20:04:47 +0000 (15:04 -0500)]
scissoring with respect to world transform matrix

3 years agoworld transformation matrix
Brendan Hansen [Wed, 7 Jul 2021 18:09:12 +0000 (13:09 -0500)]
world transformation matrix

3 years agofixed aliasing issues; guaranteed new bugs showed up
Brendan Hansen [Wed, 7 Jul 2021 13:50:02 +0000 (08:50 -0500)]
fixed aliasing issues; guaranteed new bugs showed up

3 years agorefactored to remove AstAlias; have a better use for that name
Brendan Hansen [Wed, 7 Jul 2021 04:00:13 +0000 (23:00 -0500)]
refactored to remove AstAlias; have a better use for that name

3 years agobugfix with if-expressions
Brendan Hansen [Tue, 6 Jul 2021 23:20:00 +0000 (18:20 -0500)]
bugfix with if-expressions

3 years agoadded if-expressions
Brendan Hansen [Tue, 6 Jul 2021 22:10:58 +0000 (17:10 -0500)]
added if-expressions

3 years agobugfix and added to immediate rendering capability
Brendan Hansen [Tue, 6 Jul 2021 03:26:44 +0000 (22:26 -0500)]
bugfix and added to immediate rendering capability

3 years ago== bugfix and library cleanup
Brendan Hansen [Mon, 5 Jul 2021 16:03:59 +0000 (11:03 -0500)]
== bugfix and library cleanup

3 years agoadded printing of type names in printf
Brendan Hansen [Mon, 5 Jul 2021 15:19:26 +0000 (10:19 -0500)]
added printing of type names in printf

3 years agoadded #defined()
Brendan Hansen [Sat, 3 Jul 2021 19:50:40 +0000 (14:50 -0500)]
added #defined()

3 years agomoved parse_section_locations to parser
Brendan Hansen [Fri, 2 Jul 2021 20:20:41 +0000 (15:20 -0500)]
moved parse_section_locations to parser

3 years agowasm module parsing
Brendan Hansen [Fri, 2 Jul 2021 19:30:25 +0000 (14:30 -0500)]
wasm module parsing

3 years agobugfix and added pretty printing
Brendan Hansen [Fri, 2 Jul 2021 19:29:59 +0000 (14:29 -0500)]
bugfix and added pretty printing

3 years agobugfixes; starting work on wasm module
Brendan Hansen [Fri, 2 Jul 2021 03:47:20 +0000 (22:47 -0500)]
bugfixes; starting work on wasm module

3 years agoinitial version of new and better str_format
Brendan Hansen [Thu, 1 Jul 2021 16:29:19 +0000 (11:29 -0500)]
initial version of new and better str_format

4 years agocasting from vararg to slice. made any a keyword
Brendan Hansen [Tue, 29 Jun 2021 03:17:42 +0000 (22:17 -0500)]
casting from vararg to slice. made any a keyword

4 years agosmall updates to type_info and added untyped_array
Brendan Hansen [Sun, 27 Jun 2021 03:38:33 +0000 (22:38 -0500)]
small updates to type_info and added untyped_array

4 years agoadded 'Any' type and any typed varargs
Brendan Hansen [Sat, 26 Jun 2021 03:08:57 +0000 (22:08 -0500)]
added 'Any' type and any typed varargs

4 years agoadded missing type info; constrained type_expr operations
Brendan Hansen [Thu, 24 Jun 2021 03:20:17 +0000 (22:20 -0500)]
added missing type info; constrained type_expr operations

4 years agobugfixes with using packages
Brendan Hansen [Thu, 24 Jun 2021 02:44:04 +0000 (21:44 -0500)]
bugfixes with using packages

4 years agomoved type_info package to 'builtin' instead of 'core'
Brendan Hansen [Wed, 23 Jun 2021 18:19:33 +0000 (13:19 -0500)]
moved type_info package to 'builtin' instead of 'core'

4 years agoadded members to enum type info
Brendan Hansen [Wed, 23 Jun 2021 16:35:10 +0000 (11:35 -0500)]
added members to enum type info

4 years agofixing bugs with first class types; and basic type printing
Brendan Hansen [Wed, 23 Jun 2021 03:19:27 +0000 (22:19 -0500)]
fixing bugs with first class types; and basic type printing

4 years agomaking use of the first class types
Brendan Hansen [Wed, 23 Jun 2021 02:46:30 +0000 (21:46 -0500)]
making use of the first class types

4 years agotypes are even more first class
Brendan Hansen [Wed, 23 Jun 2021 02:40:17 +0000 (21:40 -0500)]
types are even more first class

4 years agofirst class-ish types
Brendan Hansen [Wed, 23 Jun 2021 00:59:34 +0000 (19:59 -0500)]
first class-ish types

4 years agoworking type table!
Brendan Hansen [Tue, 22 Jun 2021 20:01:41 +0000 (15:01 -0500)]
working type table!

4 years agoadding untested type table creation
Brendan Hansen [Tue, 22 Jun 2021 03:03:50 +0000 (22:03 -0500)]
adding untested type table creation

4 years agolisted things to do in ui module
Brendan Hansen [Mon, 21 Jun 2021 23:59:25 +0000 (18:59 -0500)]
listed things to do in ui module

4 years agolaid out type_info structures
Brendan Hansen [Mon, 21 Jun 2021 23:59:41 +0000 (18:59 -0500)]
laid out type_info structures

4 years agotype system cleanup; preparing for introspection
Brendan Hansen [Mon, 21 Jun 2021 21:56:21 +0000 (16:56 -0500)]
type system cleanup; preparing for introspection

4 years agofixed up the documentation generation
Brendan Hansen [Mon, 21 Jun 2021 04:04:39 +0000 (23:04 -0500)]
fixed up the documentation generation

4 years agoadded some color to the error messages (linux only)
Brendan Hansen [Sun, 20 Jun 2021 20:10:54 +0000 (15:10 -0500)]
added some color to the error messages (linux only)

4 years agobugfixes and added animation theme to ui module
Brendan Hansen [Sun, 20 Jun 2021 18:26:38 +0000 (13:26 -0500)]
bugfixes and added animation theme to ui module