This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
simon
/
jlox
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Keine Beschreibung
2
Commits
1
Branches
0
Releases
Struktur:
73ff604276
Branches
Tags
master
jlox
HTTPS
SSH
ZIP
TAR.GZ
runningwater
73ff604276
first interpreter framework
vor 2 Jahren
.idea
73ff604276
first interpreter framework
vor 2 Jahren
doc
73ff604276
first interpreter framework
vor 2 Jahren
src
73ff604276
first interpreter framework
vor 2 Jahren
.gitignore
3d2508ae84
first commit
vor 2 Jahren
README.md
73ff604276
first interpreter framework
vor 2 Jahren
pom.xml
3d2508ae84
first commit
vor 2 Jahren
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