.gitignore
|
Add several gitignore files
|
2019-06-26 01:22:35 +02:00 |
Makefile
|
make test: build examples
|
2019-06-26 20:44:20 +02:00 |
cgen.v
|
don't allow calling private functions/methods
|
2019-06-26 13:15:47 +02:00 |
fn.v
|
replace ugly `tos2(bytes)` with `string(bytes)`
|
2019-06-27 12:50:02 +02:00 |
jsgen.v
|
remove old `float` type entirely
|
2019-06-25 22:10:22 +02:00 |
main.v
|
V 0.1.5
|
2019-06-27 12:52:06 +02:00 |
parser.v
|
replace ugly `tos2(bytes)` with `string(bytes)`
|
2019-06-27 12:50:02 +02:00 |
table.v
|
os.v: clean up, remove C code, os.exec()
|
2019-06-26 17:01:50 +02:00 |
token.v
|
remove @ token
|
2019-06-26 17:45:54 +02:00 |