This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
simon
/
jlox
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aucune description
2
Commits
1
Branches
0
Publications
Aborescence:
73ff604276
Branches
Tags
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
il y a 2 ans
.idea
73ff604276
first interpreter framework
il y a 2 ans
doc
73ff604276
first interpreter framework
il y a 2 ans
src
73ff604276
first interpreter framework
il y a 2 ans
.gitignore
3d2508ae84
first commit
il y a 2 ans
README.md
73ff604276
first interpreter framework
il y a 2 ans
pom.xml
3d2508ae84
first commit
il y a 2 ans
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