This website works better with JavaScript
Почетна
Преглед
Помоћ
Регистрација
Пријавите се
simon
/
jlox
Прати
1
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Захтеви за спајање
0
Вики
Нема описа
2
Комити
1
Гране
0
Издања
Дрво:
73ff604276
Гране
Ознаке
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
пре 2 година
.idea
73ff604276
first interpreter framework
пре 2 година
doc
73ff604276
first interpreter framework
пре 2 година
src
73ff604276
first interpreter framework
пре 2 година
.gitignore
3d2508ae84
first commit
пре 2 година
README.md
73ff604276
first interpreter framework
пре 2 година
pom.xml
3d2508ae84
first commit
пре 2 година
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