| .. |
|
all_test.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
compiler.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
compiler_test.go
|
fix unary compilation and add tests
|
2025-09-16 19:59:58 +02:00 |
|
go.mod
|
Update Go version to 1.24(.3), and make the root a go workspace.
|
2025-08-24 16:12:49 +02:00 |
|
go.sum
|
Update go.sum
|
2024-12-29 21:07:50 +01:00 |
|
lexer.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
lexer_test.go
|
Improve code quality
|
2025-03-16 21:16:12 +01:00 |
|
nodes.go
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +02:00 |
|
parser.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
parser_test.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
stack.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
stack_test.go
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +02:00 |
|
types.go
|
add inner (of lists) type, add floor, ceil, and roundd standard functions, and a ton of examples
|
2025-07-22 22:24:12 +02:00 |
|
values.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
values_test.go
|
improve errors, add warnings, add some compile-time optimizations, fix variables, make sure conditionals and loops get booleans, affirm types, keep variables to a single type
|
2025-03-20 12:15:13 +01:00 |
|
vm.go
|
add inner (of lists) type, add floor, ceil, and roundd standard functions, and a ton of examples
|
2025-07-22 22:24:12 +02:00 |
|
vm_test.go
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +02:00 |