Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 31, 2023
- committed
Fix bug in Source that would only allow 4096 bytes total to be read
Show description for 04daebacommitted- committed
When jumping, only exit scopes if jump actually happens
Show description for c5209b5committed
Commits on Jan 30, 2023
Add Mandlebrot benchmark
Show description for 72234fdcommittedFix less than & greater than comparisons between floats and ints
Show description for f624692committedFix format! warnings reported by clippy
Show description for 844c12fcommitted- committed
Commits on Jan 29, 2023
Improve runtime execution context
Show description for 3885cc5committed- committed
- committed
Tweak some things relating to custom type creation
Show description for 50fa4b1committedAdd aliased imports
Show description for 895ab17committedDisallow imports that aren't in the module/global scope
Show description for 1e28c62committedDon't print Err in main() or REPL
Show description for 4a69cc3committedReplace "builtin" with "intrinsic" where that makes sense
Show description for 0df1a70committedExpose builtins/prelude via std instead of std.builtins
Show description for f37168ccommitted- committed
Make it possible to create custom types programmatically
Show description for e1d4c88committed
Commits on Jan 28, 2023
Replace system.modules w/ MODULES global during bootstrap
Show description for d51e8b1committed
Commits on Jan 27, 2023
- committed
Make some changes to how `Map`s are created & used
Show description for e086296committedMake a bunch of changes related to modules & imports
Show description for 2c03527committed
Commits on Jan 26, 2023
Simplify & improve how $main() is handled
Show description for e84a6e3committed
Commits on Jan 25, 2023
- committed
- committed
Add ability to run module as script
Show description for a0d3b27committed- committed
Implement short-circuiting for &&, ||, and ??
Show description for 96416cccommitted
Commits on Jan 24, 2023
- committed
Add global names AST visitor
Show description for 802039ecommitted- committed
- committed
Fix example scripts wrt. arg parsing
Show description for a8c26e9committed- committed