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
ab55887719952edd2fd095cc0d526e9e0da82bcd
Select Git revision
0 results
forge-script
forge-script-lang
src
runtime
executor
simple.rs
Author
Search by author
Any Author
authors
0 authors
Jun 12, 2023
Support return statements in AST, function declerations in grammar, add full file parsing tests
· ab558877
Louis
authored
2 years ago
ab558877
Add Accessor AST node, support indexing operations in grammar, support print statements
· f2492b6f
Louis
authored
2 years ago
f2492b6f
May 21, 2023
Create basic VM struct
· 1274af0d
Louis
authored
2 years ago
1274af0d
May 17, 2023
Use 'test_case' for paramatised tests
· 7f9eb505
Louis
authored
2 years ago
7f9eb505
Add 'typeof' support, fix up grammar order, add more tests
· d6d3e13b
Louis
authored
2 years ago
d6d3e13b
May 16, 2023
Implement conditional blocks
· b07278c5
Louis
authored
2 years ago
b07278c5
Support variable assignment, state, basic environment
· f8b051c1
Louis
authored
2 years ago
f8b051c1
Print statement in interpreter
· 117901ce
Louis
authored
2 years ago
117901ce
Visitors need return and error types, start basic expressions in simple interpreter
· a9de8dbf
Louis
authored
2 years ago
a9de8dbf
Loading