anglais/core
2025-03-16 22:46:49 +01:00
..
all_test.go Basic type system working 2025-03-16 22:46:49 +01:00
compiler.go Basic type system working 2025-03-16 22:46:49 +01:00
compiler_test.go Basic type system working 2025-03-16 22:46:49 +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 Basic type system working 2025-03-16 22:46:49 +01:00
lexer_test.go Improve code quality 2025-03-16 21:16:12 +01:00
nodes.go Basic type system working 2025-03-16 22:46:49 +01:00
parser.go Basic type system working 2025-03-16 22:46:49 +01:00
parser_test.go Basic type system working 2025-03-16 22:46:49 +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 Basic type system working 2025-03-16 22:46:49 +01:00
values.go Basic type system working 2025-03-16 22:46:49 +01:00
values_test.go Basic type system working 2025-03-16 22:46:49 +01:00
vm.go Basic type system working 2025-03-16 22:46:49 +01:00
vm_test.go Basic type system working 2025-03-16 22:46:49 +01:00