This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
simon
/
jlox
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Açıklama Yok
2
İşlemeler
1
Bölümler
0
Sürümler
Ağaç:
73ff604276
Dallar
Biçim İmleri
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
2 yıl önce
.idea
73ff604276
first interpreter framework
2 yıl önce
doc
73ff604276
first interpreter framework
2 yıl önce
src
73ff604276
first interpreter framework
2 yıl önce
.gitignore
3d2508ae84
first commit
2 yıl önce
README.md
73ff604276
first interpreter framework
2 yıl önce
pom.xml
3d2508ae84
first commit
2 yıl önce
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