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
Commits
main
Select Git revision
0 results
styvejava
Author
Search by author
Any Author
authors
0 authors
Sep 22, 2024
chore: improve code-docs
· 449292b5
Leo
authored
9 months ago
449292b5
Sep 20, 2024
fix: maybe-statments, allow float percentages below 1. (e.g 0.14%) + additional maybe example
· 481a688e
Leo
authored
9 months ago
481a688e
feat: add 'maybe' control statement.
· 1bb9d646
Leo
authored
9 months ago
1bb9d646
Sep 19, 2024
fix: minor array initialization fixes
· 2e35c4e1
Leo
authored
9 months ago
2e35c4e1
chore: showcase more string manipulation in addressbook example
· e5638308
Leo
authored
9 months ago
e5638308
fix: minor scoping for call expressions + new native functions for Strings
· bbf2753e
Leo
authored
9 months ago
bbf2753e
Merge branch '1-ascii-styve-disappears-from-console-too-quickly' into 'main'
· 4d728917
Leo
authored
9 months ago
4d728917
chore: increase ascii art delay on startup
· 0894bfc1
Leo
authored
9 months ago
0894bfc1
fix: various fixes for the runtime
· 6da29f8a
Leo
authored
9 months ago
6da29f8a
feat: add while loops
· 44383df0
Leo
authored
9 months ago
44383df0
Sep 18, 2024
chore: meta to env and some fixes + introduce class defs
· c93a564b
Leo
authored
9 months ago
c93a564b
Sep 17, 2024
chore: prettify the console output
· 1ca31b5c
Leo
authored
9 months ago
1ca31b5c
feat: add compound assignment expression support.
· 5d63a3ea
Leo
authored
9 months ago
5d63a3ea
Update README.md
· cc2503a2
Leo
authored
9 months ago
cc2503a2
fix: object property access when not computed
· 75e93d70
Leo
authored
9 months ago
75e93d70
feat: add for-in statement support for both objects and arrays + output improvements
· 1747640c
Leo
authored
9 months ago
1747640c
Sep 16, 2024
fix: readme and examples
· af7abe85
Leo
authored
9 months ago
af7abe85
fix: remove debug print and adjust child age in object example 7
· ff4522b4
Leo
authored
9 months ago
ff4522b4
fix: array literal expression in astprettyprinter
· 723cb17a
Leo
authored
9 months ago
723cb17a
Merge branch 'fix/recursiveEnv' into 'main'
· 1531e145
Leo
authored
9 months ago
1531e145
feat: fix nesting
· b0a048d5
Leo
authored
9 months ago
b0a048d5
chore: checkpoint
· c4c90a48
Leo
authored
9 months ago
c4c90a48
Merge branch 'feat/performance' into 'main'
· aebaefbd
Leo
authored
9 months ago
aebaefbd
feat: add performance exec time tracking for the parser
· 98738c94
Leo
authored
9 months ago
98738c94
feat: add exponent functionality
· 2720b349
Leo
authored
9 months ago
2720b349
chore: touchup one the main entrypoint
· 6555c817
Leo
authored
9 months ago
6555c817
fix: object example, added asty extension and fix numeric evaluation by...
· dbc23eb8
Leo
authored
9 months ago
dbc23eb8
fix: array values wrap string literals with '"' and main function can now run...
· 7cfd55c8
Leo
authored
9 months ago
7cfd55c8
fix: small usage fixes
· 38132ee5
Leo
authored
9 months ago
38132ee5
fix: object function call use correct decl env
· bffbac9b
Leo
authored
9 months ago
bffbac9b
Sep 15, 2024
fix: small fixes and changes
· ca500a12
Leo
authored
9 months ago
ca500a12
feat: add arrays
· ab3f3a2c
Leo
authored
9 months ago
ab3f3a2c
Sep 14, 2024
feat: add simple for loop and example
· 1b8b339f
Leo
authored
9 months ago
1b8b339f
fix: anonymous functions can be assigned to variables, code reconstructor...
· 1838c18d
Leo
authored
9 months ago
1838c18d
feat: add postfix operators, improve object access, and refactor error handling utilities
· 8aafe0d3
Leo
authored
9 months ago
8aafe0d3
fix: improve lexer and parser code trace for more accurate traces + exchange...
· b4d1f41e
Leo
authored
9 months ago
b4d1f41e
feat: add comment/newline support, anonymous functions, ArneAlgebra, improved...
· 91bcb906
Leo
authored
9 months ago
91bcb906
Sep 13, 2024
feat: add anonymous functions for functions declared inside objects + examples
· f65172e4
Leo
authored
9 months ago
f65172e4
fix: improve pretty printing, and fix assignments
· 58d6c5f4
Leo
authored
9 months ago
58d6c5f4
feat: add fibonacci example, fix ifstatements and add custom prettyprinter
· 5fcddf08
Leo
authored
9 months ago
5fcddf08
Loading