Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Java - Styve - Teachers Choice Interpreted Language
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
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
Leo
Java - Styve - Teachers Choice Interpreted Language
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
main
Select Git revision
Branches
3
feat/exponents
main
default
refactor/lexer
3 results
Begin with the selected commit
Created with Raphaël 2.2.0
22
Sep
20
19
18
17
16
15
14
13
12
chore: improve code-docs
main
main
fix: maybe-statments, allow float percentages below 1. (e.g 0.14%) + additional maybe example
feat: add 'maybe' control statement.
fix: minor array initialization fixes
chore: showcase more string manipulation in addressbook example
fix: minor scoping for call expressions + new native functions for Strings
Merge branch '1-ascii-styve-disappears-from-console-too-quickly' into 'main'
chore: increase ascii art delay on startup
fix: various fixes for the runtime
feat: add while loops
chore: meta to env and some fixes + introduce class defs
chore: prettify the console output
feat: add compound assignment expression support.
Update README.md
fix: object property access when not computed
feat: add for-in statement support for both objects and arrays + output improvements
chore: savepoint, regex
refactor/lexer
refactor/lexer
fix: readme and examples
fix: remove debug print and adjust child age in object example 7
fix: array literal expression in astprettyprinter
Merge branch 'fix/recursiveEnv' into 'main'
feat: fix nesting
chore: checkpoint
Merge branch 'feat/performance' into 'main'
feat/exponents
feat/exponents
feat: add performance exec time tracking for the parser
feat: add exponent functionality
chore: touchup one the main entrypoint
fix: object example, added asty extension and fix numeric evaluation by keeping it float, and representing based on numeric type
fix: array values wrap string literals with '"' and main function can now run directories of examples or single files
fix: small usage fixes
fix: object function call use correct decl env
fix: small fixes and changes
feat: add arrays
feat: add simple for loop and example
fix: anonymous functions can be assigned to variables, code reconstructor color changes and small fixes
feat: add postfix operators, improve object access, and refactor error handling utilities
fix: improve lexer and parser code trace for more accurate traces + exchange dot operator for 'probes'
feat: add comment/newline support, anonymous functions, ArneAlgebra, improved error handling, and function-object assignments
feat: add anonymous functions for functions declared inside objects + examples
fix: improve pretty printing, and fix assignments
Loading