anglais/core
2025-03-18 20:32:44 +01:00
..
all_test.go Basic type system working 2025-03-16 22:46:49 +01:00
compiler.go Make type fields public 2025-03-18 20:32:44 +01:00
compiler_test.go static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs 2025-03-18 20:22:46 +01:00
go.mod separate core from cli into submodules, add support for boolean and and or operations, make more fields public, fix passing arguments to functions 2024-12-13 11:33:47 +01:00
go.sum Update go.sum 2024-12-29 21:07:50 +01:00
lexer.go static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs 2025-03-18 20:22:46 +01:00
lexer_test.go Improve code quality 2025-03-16 21:16:12 +01:00
nodes.go static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs 2025-03-18 20:22:46 +01:00
parser.go static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs 2025-03-18 20:22:46 +01:00
parser_test.go static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs 2025-03-18 20:22:46 +01:00
stack.go separate core from cli into submodules, add support for boolean and and or operations, make more fields public, fix passing arguments to functions 2024-12-13 11:33:47 +01:00
stack_test.go Reduce automated stack benchmarks 2025-01-03 22:55:57 +01:00
types.go Make type fields public 2025-03-18 20:32:44 +01:00
values.go static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs 2025-03-18 20:22:46 +01:00
values_test.go static type analysis, formatted compiler errors, hex support, composite types, updated cli, more global builtins, fix list form, fix value refs 2025-03-18 20:22:46 +01:00
vm.go Make type fields public 2025-03-18 20:32:44 +01:00
vm_test.go Basic type system working 2025-03-16 22:46:49 +01:00