This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
simon
/
jlox
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Nessuna descrizione
2
Commit
1
Branches
0
Rilasci
Albero (Tree):
73ff604276
Rami (Branch)
Tag
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
2 anni fa
.idea
73ff604276
first interpreter framework
2 anni fa
doc
73ff604276
first interpreter framework
2 anni fa
src
73ff604276
first interpreter framework
2 anni fa
.gitignore
3d2508ae84
first commit
2 anni fa
README.md
73ff604276
first interpreter framework
2 anni fa
pom.xml
3d2508ae84
first commit
2 anni fa
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