This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
simon
/
jlox
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Nenhuma descrição
2
Commits
1
Branches
0
Versões
Tree:
73ff604276
Branches
Tags
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
2 anos atrás
.idea
73ff604276
first interpreter framework
2 anos atrás
doc
73ff604276
first interpreter framework
2 anos atrás
src
73ff604276
first interpreter framework
2 anos atrás
.gitignore
3d2508ae84
first commit
2 anos atrás
README.md
73ff604276
first interpreter framework
2 anos atrás
pom.xml
3d2508ae84
first commit
2 anos atrás
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