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
/
README.md
Age
Commit message (
Expand
)
Author
2025-11-14
fix: refactor VM instruction type
Marc Vertes
2024-03-14
Merge branch 'main' of github.com:mvertes/parscan
Marc Vertes
2024-03-14
feat: initial support of closures
Marc Vertes
2024-03-12
Fix: small README fixes and throw an error if expression not supported.
Antonio Navarro Perez
2023-11-20
parser: add support for unary operators
Marc Vertes
2023-11-20
parser: add support for slices and arrays, parse index expressions
Marc Vertes
2023-11-17
parser: support selector expression to get / set struct fields
Marc Vertes
2023-11-15
parser: parse struct type declarations
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-07
parser: implement switch statement
Marc Vertes
2023-11-04
fix: skip parsing empty expression
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: 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
scanner: add automatic insertion of semi-colon after newline
Marc Vertes
2023-09-01
parser: skip comment modes
Marc Vertes
2023-08-24
doc: add diagrams to scanner and parser readmes
Marc Vertes
2023-08-24
fix: parser must be initialized before use
Marc Vertes