This website works better with JavaScript
Home
Explore
Help
Register
Sign In
simon
/
jlox
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
No Description
2
Commits
1
Branches
0
Releases
Tree:
73ff604276
Branches
Tags
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
2 years ago
.idea
73ff604276
first interpreter framework
2 years ago
doc
73ff604276
first interpreter framework
2 years ago
src
73ff604276
first interpreter framework
2 years ago
.gitignore
3d2508ae84
first commit
2 years ago
README.md
73ff604276
first interpreter framework
2 years ago
pom.xml
3d2508ae84
first commit
2 years ago
README.md
Lox
// Your first Lox program! print "Hello, world!";
Dynamic typing
Automatic memory management
Data Types
Booleans
Numbers
Strings
Nil
Expressions
Arithmetic
Comparison and equality
Logical operators
Precedence and grouping
Statements
Variables
Control Flow
Functions
Closures
Classes