| .. |
|
all_test.go
|
Fix parser edge-cases, fix wasm, refactor
|
2025-04-04 09:52:41 +02:00 |
|
compiler.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 |
|
compiler_test.go
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +02: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
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +02:00 |
|
parser.go
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +02:00 |
|
parser_test.go
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +02:00 |
|
stack.go
|
var type checking, fix importing, fix creating empty lists, repl command, dynamic stacks
|
2025-04-18 09:33:39 +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 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_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 |