anglais/core
2026-07-11 10:52:20 +02:00
..
all_test.go update + repl fixed + bugfixes 2026-07-10 21:15:28 +02:00
compiler.go allow escaping things inside strings 2026-07-11 10:52:20 +02:00
compiler_test.go update + repl fixed + bugfixes 2026-07-10 21:15:28 +02:00
go.mod update go 2025-10-01 10:44:09 +02:00
go.sum Update go.sum 2024-12-29 21:07:50 +01:00
lexer.go we in era3 boys; overhauled expression system, and variables are now in maps 2026-07-09 23:10:49 +02:00
lexer_test.go we in era3 boys; overhauled expression system, and variables are now in maps 2026-07-09 23:10:49 +02:00
nodes.go we in era3 boys; overhauled expression system, and variables are now in maps 2026-07-09 23:10:49 +02:00
parser.go fix bounds + update libs 2026-07-11 10:13:49 +02:00
parser_test.go we in era3 boys; overhauled expression system, and variables are now in maps 2026-07-09 23:10:49 +02:00
stack.go separate number into float and integer 2026-07-07 23:24:44 +02:00
stack_test.go we in era3 boys; overhauled expression system, and variables are now in maps 2026-07-09 23:10:49 +02:00
types.go separate number into float and integer 2026-07-07 23:24:44 +02:00
values.go functions now capture variables :D 2026-07-09 23:25:28 +02:00
values_test.go we in era3 boys; overhauled expression system, and variables are now in maps 2026-07-09 23:10:49 +02:00
vm.go update + repl fixed + bugfixes 2026-07-10 21:15:28 +02:00
vm_test.go update + repl fixed + bugfixes 2026-07-10 21:15:28 +02:00