This website requires JavaScript.
Explore
Help
Sign in
mg
/
rlox
Watch
1
Star
0
Fork
You've already forked rlox
0
mirror of
https://github.com/MorizzG/rlox.git
synced
2025-12-06 12:22:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b8741ea3cc
rlox
/
interpreter
/
tests
/
lox
/
variable
/
unreached_undefined.lox
5 lines
65 B
Lox
Raw
Normal View
History
Unescape
Escape
added tests
2024-09-01 19:15:55 +02:00
if
(
false
)
{
print
notDefined
;
}
updated tests
2024-09-01 20:47:52 +02:00
print
"ok"
;
// expect: error
Reference in a new issue
Copy permalink