This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
simon
/
jlox
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Brak opisu
2
Commity
1
Gałęzie
0
Wydania
Drzewo:
73ff604276
Gałęzie
Tagi
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
2 lat temu
.idea
73ff604276
first interpreter framework
2 lat temu
doc
73ff604276
first interpreter framework
2 lat temu
src
73ff604276
first interpreter framework
2 lat temu
.gitignore
3d2508ae84
first commit
2 lat temu
README.md
73ff604276
first interpreter framework
2 lat temu
pom.xml
3d2508ae84
first commit
2 lat temu
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