This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
simon
/
jlox
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Sin descripción
2
Commits
1
Ramas
0
Releases
Árbol:
73ff604276
Ramas
Etiquetas
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
hace 2 años
.idea
73ff604276
first interpreter framework
hace 2 años
doc
73ff604276
first interpreter framework
hace 2 años
src
73ff604276
first interpreter framework
hace 2 años
.gitignore
3d2508ae84
first commit
hace 2 años
README.md
73ff604276
first interpreter framework
hace 2 años
pom.xml
3d2508ae84
first commit
hace 2 años
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