This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
bc3d1eaf6e
v
/
vlib
/
compiler
/
tests
/
repl
/
default_printing.repl
7 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
repl: execute REPL tests ~1.5x to 2x faster
2020-01-20 23:04:26 +01:00
num := 1 string := 'Hello'
repl: default printing fix and test
2019-08-12 15:09:38 +02:00
num
string
===output===
1
tests: v implementation of repl tests
2019-08-18 17:21:48 +02:00
Hello