https://github.com/weakky/aftermath
A script engine made for last year's high school.
https://github.com/weakky/aftermath
Last synced: about 1 year ago
JSON representation
A script engine made for last year's high school.
- Host: GitHub
- URL: https://github.com/weakky/aftermath
- Owner: Weakky
- Created: 2017-09-04T20:47:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T21:02:54.000Z (almost 9 years ago)
- Last Synced: 2025-02-03T22:39:22.891Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aftermath
A script engine made for last year's high school.
Parser handles all kinds of expressions, including relationals, mathematics, loops (for, while), functions, assignments etc..
You're even allowed to add own custom functions to the script language. It currently owns a function to evaluate algorithmic expression and draw it on a frame, or to print all kind of stuff to a local console.
The whole AST can be displayed through a treeview, showing how the code was parsed.
The project was completely free to choose. It received a grade A.
Code wasn't touched for years, it may not compile at all.