1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
Henrixounez c83ebe2c66 compiler & builtin: bitshifts CAO fix and C code removal in utf8
utf8: removed bitshift cao in code

utf8: added pub on functions

utf8: byteptr to voidptr

utf8: converts voidptr to byteptr
2019-06-27 15:10:28 +02:00
..
.gitignore Add several gitignore files 2019-06-26 01:22:35 +02:00
cgen.v don't allow calling private functions/methods 2019-06-26 13:15:47 +02:00
fn.v some more tests 2019-06-27 15:01:09 +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
Makefile builtin: public/private functions, remove lots of duplicate functionality 2019-06-27 13:29:31 +02:00
parser.v builtin: public/private functions, remove lots of duplicate functionality 2019-06-27 13:29:31 +02:00
scanner.v compiler & builtin: bitshifts CAO fix and C code removal in utf8 2019-06-27 15:10:28 +02:00
table.v builtin: public/private functions, remove lots of duplicate functionality 2019-06-27 13:29:31 +02:00
token.v remove @ token 2019-06-26 17:45:54 +02:00