An implementation of the Jox-Interpreter in PHP.
Stars
1
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
21
commits
Added global variables
85aa9a9
Added statements
69e8b41
Removed stringify
f9fc8da
Allow addition of string and numbers
0bab33d
Throw error for division by zero
80753ab
Throw RuntimeError
f75a324
Do not interprete code if parser fails
6e3e253
Evaluate expressions
af561ba
WIP: Interpreter
d12a059
Implemented Parser
e9a49ba
WIP: Parser
54b482f
d9f0ac5
Added basic expressions
bd708b3
Scan identifiers and keywords
389b956
Scan integers and floats
52a1eb4