Commit Graph

13364 Commits (master)

Author SHA1 Message Date
Alexander Medvednikov 69a363472f
Update README.md 2019-06-26 17:58:59 +02:00
Alexander Medvednikov b87e61aa4e make lots of functions public 2019-06-26 17:51:05 +02:00
Alexander Medvednikov fc628f2ee9 http: public functions 2019-06-26 17:45:54 +02:00
Alexander Medvednikov fa51b24a60 remove @ token 2019-06-26 17:45:54 +02:00
Alexander Medvednikov db772b63bc
Update .travis.yml 2019-06-26 17:39:37 +02:00
Alexander Medvednikov 1c1c2a769d
Update .travis.yml 2019-06-26 17:37:42 +02:00
Alexander Medvednikov be3dae6b44 errno tmp fix 2019-06-26 17:04:38 +02:00
Alexander Medvednikov fa925f3092 os.v: clean up, remove C code, os.exec() 2019-06-26 17:01:50 +02:00
Alexander Medvednikov 3dea0ac8e1
Update PULL_REQUEST_TEMPLATE 2019-06-26 16:43:12 +02:00
Ryota.I (yabu) 61e4367aa8 👍 Fix up redundant type declare and remove space (#603) 2019-06-26 16:39:40 +02:00
shamofu 32e61b23d0 Fix typo 2019-06-26 16:20:14 +02:00
Stephan Bösebeck 4cf68ca7fe making time-methods public, fixing gamme of life example 2019-06-26 16:19:47 +02:00
Alex Medvednikov 3e8d902a13
Update README.md 2019-06-26 15:23:59 +02:00
whoami 302645cba0 Makefile curl
`curl` should be used in Makefile as more common and lightweight
2019-06-26 14:54:44 +02:00
Alexander Medvednikov b65ef9022a parser.v: a cleaner hint message 2019-06-26 14:53:55 +02:00
Alexander Medvednikov 1e6f90481e add make clean instruction 2019-06-26 14:50:15 +02:00
drswinghead 4812f92845 avoid literal number #651 2019-06-26 14:46:52 +02:00
Kaiyin Zhong 88f67680fc rename get_extension to ext, add path_sans_ext 2019-06-26 14:45:03 +02:00
Kaiyin Zhong 67eb8d74c1 ignore example binaries 2019-06-26 14:45:03 +02:00
Kaiyin Zhong 0f05f7c1ee get extension of path 2019-06-26 14:45:03 +02:00
Henrixounez f0e6a1c1c1 added arguments handling for run 2019-06-26 14:39:31 +02:00
S-YOU 6a0ac35af2 use matrix and add osx build 2019-06-26 13:57:48 +02:00
perry14 7a2d9ef06e fix a miss 2019-06-26 13:56:54 +02:00
Alex Medvednikov 60c3303970
Update PULL_REQUEST_TEMPLATE 2019-06-26 13:53:42 +02:00
Alex Medvednikov abe43eaa90
Update PULL_REQUEST_TEMPLATE 2019-06-26 13:42:56 +02:00
Alex Medvednikov 9819680845
Create PULL_REQUEST_TEMPLATE 2019-06-26 13:39:38 +02:00
whoami 032d8609c7 Makefile cleanup 2019-06-26 13:32:27 +02:00
Alexander Medvednikov b0a5cac0c0 clean up 2019-06-26 13:17:45 +02:00
Alexander Medvednikov c860bac7bf don't allow calling private functions/methods 2019-06-26 13:15:47 +02:00
Alexander Medvednikov 2a3cf0bec9 os.v: clean up init_os_args() 2019-06-26 11:15:05 +02:00
Alexander Medvednikov 8417fec5dc os.read_file(): replace C code with V, return `?string`, handle errors
everywhere
2019-06-26 11:04:05 +02:00
Alexander Medvednikov b00a47be66 Revert "add log replace color"
This reverts commit 8ef27f0bb3.
2019-06-26 01:28:00 +02:00
nzlov 8ef27f0bb3 add log replace color 2019-06-26 01:26:06 +02:00
kekeimiku 354e9ff1f8 Update README.md 2019-06-26 01:23:03 +02:00
Wink Saville 67f68db530 Add several gitignore files
- compiler/.gitignore and remove the corresponding entries in root/.gitignore.
 - examples/game_of_life/.gitignore
 - examples/tetris/.gitignore
 - examples/word_counter/.gitignore
2019-06-26 01:22:35 +02:00
S-YOU 9e9480f638 run tests in travis 2019-06-26 01:20:15 +02:00
Wink Saville 82a65c75a9 Fix examples/game_of_life/README.md
- Fix run command in README.md
2019-06-26 01:19:47 +02:00
Alexander Medvednikov 6a2afa1cfe Parser.error(): information about what to do when V doesn't compile 2019-06-26 01:11:09 +02:00
Wink Saville 8ceb110412 Add .gitignore to examples 2019-06-25 23:32:11 +02:00
Alex Medvednikov a0dbee7e45
Makefile: use the new github v.c 2019-06-25 23:05:16 +02:00
Alex Medvednikov f9f5ca46db
Update README.md 2019-06-25 23:02:43 +02:00
Alex Medvednikov ea4ea7d647
Update README.md 2019-06-25 23:02:25 +02:00
Alexander Medvednikov c545bc62a7 time_lin.v: f64 2019-06-25 22:20:51 +02:00
Alexander Medvednikov f3f24b25bb remove old types and 2019-06-25 22:19:17 +02:00
Alexander Medvednikov f26e65a943 remove old `float` type entirely 2019-06-25 22:10:22 +02:00
jumblerg a911146182 fix typo in parser 2019-06-25 21:50:38 +02:00
chai2010 7298a961c9 base64: add encode 2019-06-25 21:50:02 +02:00
Alexander Medvednikov b16828dd4d simpler Makefile 2019-06-25 21:46:07 +02:00
Wink Saville 63431ead94 Remove vc dependency from all
Since v already has a dependency on vc it's not necessary for all to
depend on both vc and v it just needs v.
2019-06-25 21:41:49 +02:00
Alexander Medvednikov 54bcbe0708 remove smap.v, it was not supposed to be released 2019-06-25 21:22:50 +02:00