index
:
parscan
fix-untyped-assign
main
parscan-struct
experimental interpreter
marc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser
/
parse.go
Age
Commit message (
Expand
)
Author
7 days
chore: move symbol types and functions in its own package.
HEAD
main
Marc Vertes
14 days
fix: improve parser, compiler and interpreter APIs
Marc Vertes
14 days
chore: move compiler and interpreter in their own packages
Marc Vertes
2025-03-03
chore: fix lint
Marc Vertes
2025-03-03
fix: improve struct
parscan-struct
Marc Vertes
2024-07-18
fix (parser): don't panic if assign of define untyped value (#10)
Marc Vertes
2024-04-23
feat: initial and partial support of composite expressions (#9)
Marc Vertes
2024-04-02
chore: add linters and some lint fixes (#8)
Marc Vertes
2024-03-22
feat: add initial support for import, provide minimal fmt (#6)
Marc Vertes
2024-03-14
feat: improve debug output of tokens
Marc Vertes
2024-03-14
feat: initial support of closures
Marc Vertes
2024-03-12
fixup
Marc Vertes
2024-03-12
fix: force adding a return at end of function
Marc Vertes
2024-03-08
feat: add type representation in vm package
Marc Vertes
2024-01-15
chore: import from gnolang
Marc Vertes
2023-11-15
parser: hande const declarations
Marc Vertes
2023-11-13
parser: initial support for type declarations.
Marc Vertes
2023-11-10
parser: implement support for var declarations
Marc Vertes
2023-11-08
parser: fix break in switch statements
Marc Vertes
2023-11-07
parser: implement switch statement
Marc Vertes
2023-11-03
feat: add support for control flow operators in expressions
Marc Vertes
2023-10-21
parser: implement operator precedence rules in expressions
Marc Vertes
2023-10-14
parser: implement label, goto and continue statements
Marc Vertes
2023-10-13
parser: include absolute paths in symbols
Marc Vertes
2023-10-13
parser: implement 'break' statement
Marc Vertes
2023-10-12
parser: implement 'for' statement
Marc Vertes
2023-10-12
move to a direct byte code compiler (#8)
Marc Vertes
2023-09-06
chore: refactor some APIs
Marc Vertes
2023-09-01
parser: skip comment modes
Marc Vertes
2023-08-09
codegen: add a bytecode generator (#5)
Marc Vertes
2023-07-10
first commit
Marc Vertes