| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-23 | feat: initial and partial support of composite expressions (#9) | Marc Vertes | |
| A new `Composite` token is created. Literal composite expressions are recognized and partially handled by the parser but not yet by the code generator. Other cosmetic changes are present. | |||
| 2024-03-14 | feat: initial support of closures | Marc Vertes | |
| Also detection and automatic execution of main function. Make sure that all debug is output to stderr. | |||
| 2024-03-08 | feat: add type representation in vm package | Marc Vertes | |
| Type and Value types in vm package are now used in place of reflect.Type and reflect.Value. It allows to remove the dependency on reflect for parser and compiler packages. The main purpose of Type is to provide a solution to implement recursive structs, named types, interfaces and methods, despite the limitations of Go reflect. The goal is to provide the thinnest layer around reflect. | |||
