Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Forge Script
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Forge Script
Commits
6396ba26cfaef6bf87fa2d0c68a37b9e475b0eaa
Select Git revision
0 results
forge-script
forge-script-lang
src
parser
Author
Search by author
Any Author
authors
0 authors
Jun 04, 2023
Hand parsing basic tokens
· 6396ba26
Louis
authored
2 years ago
6396ba26
Wrap binary ops in grammar
· 9b25be50
Louis
authored
2 years ago
9b25be50
May 28, 2023
Replace peg parse_ fns with lalrpop parse_ fns
· ff05c138
Louis
authored
2 years ago
ff05c138
May 27, 2023
Add lalrpop parser
· bb0c2dfa
Louis
authored
2 years ago
bb0c2dfa
Impl AST conversions
· 598b1cb0
Louis
authored
2 years ago
598b1cb0
May 26, 2023
Use precedence expression instead of value expression in wrappers
· b777f752
Louis
authored
2 years ago
b777f752
May 21, 2023
Create basic VM struct
· 1274af0d
Louis
authored
2 years ago
1274af0d
May 17, 2023
Add 'typeof' support, fix up grammar order, add more tests
· d6d3e13b
Louis
authored
2 years ago
d6d3e13b
May 16, 2023
Visitors need return and error types, start basic expressions in simple interpreter
· a9de8dbf
Louis
authored
2 years ago
a9de8dbf
Support function declarations
· 24a93bb4
Louis
authored
2 years ago
24a93bb4
Support function calls
· fbb650cb
Louis
authored
2 years ago
fbb650cb
Fix keyword precedence, support import/export & conditional loops
· c16cc5e1
Louis
authored
2 years ago
c16cc5e1
May 15, 2023
Support empty conditionals, assignment, variable declarations, ident-as-value
· b5a9dad9
Louis
authored
2 years ago
b5a9dad9
Start parsing test suite, propogate correct error in wasm
· 850e7e89
Louis
authored
2 years ago
850e7e89
Split into multiple crates
· 4ffd33fc
Louis
authored
2 years ago
4ffd33fc
Loading