kawa-yoiko
|
4f0f99e663
|
parser: fix mutability with chained fields
|
2019-08-30 20:19:06 +03:00 |
Alexander Medvednikov
|
2fe20cd092
|
compiler: fix struct order bug
|
2019-08-29 23:46:12 +03:00 |
Delyan Angelov
|
83954acfd4
|
compiler: use cerror instead of panic.
|
2019-08-29 11:50:18 +03:00 |
Alexander Medvednikov
|
5b1700e52a
|
compiler: fix struct order bug
|
2019-08-28 21:19:34 +03:00 |
Delyan Angelov
|
d362f73af8
|
compiler: support passing -cc to specify the desired C compiler
|
2019-08-23 11:42:48 +03:00 |
Alexander Medvednikov
|
8a1324c141
|
os: make exec() return ?Result with exit code and output
|
2019-08-17 21:11:40 +03:00 |
Alexander Medvednikov
|
dc9cebe26c
|
orm fixes; glfw: remove C code
|
2019-08-16 09:10:03 +03:00 |
Alexander Medvednikov
|
8f8e0dfad7
|
V ORM
|
2019-08-10 13:35:29 +02:00 |
Julian Schurhammer
|
1864e92ff4
|
parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly
|
2019-08-10 10:26:42 +02:00 |
Julian Schurhammer
|
28147c0930
|
os.exec: return ?string instead of string
|
2019-08-08 07:30:05 +02:00 |
Alexander Medvednikov
|
207bab5f79
|
generics, vweb, comptime codegen, etc
|
2019-07-29 18:24:48 +02:00 |
Emily Hudson
|
90bb48db5d
|
interactive debugging
|
2019-07-26 16:45:16 +02:00 |
d2verb
|
67c2932f34
|
parser: change cur_line, tmp_line only in main pass
|
2019-07-18 20:21:23 +02:00 |
Alexander Medvednikov
|
c35adbea91
|
vfmt fixes
|
2019-07-17 21:00:39 +02:00 |
Alexander Medvednikov
|
eb7aee5ae0
|
store temp C files in the same directory
|
2019-07-16 02:12:05 +02:00 |
Delyan Angelov
|
60ad97c4fb
|
fix hot code reloading for GUI example bounce on linux: works when compiled with 'v -live -sanitize bounce.v' .
It crashes with SIGSEGV, when -sanitize is not given.
Also thirdparty/glad/glad.o should be build with -fPIC .
|
2019-07-15 12:28:35 +02:00 |
aguspiza
|
d0e7d0070d
|
fix travis windows user home
|
2019-07-12 20:35:01 +02:00 |
joe-conigliaro
|
9a957ccc18
|
module aliasing & file import scope
|
2019-07-12 07:37:54 +02:00 |
Alexander Medvednikov
|
f834644db4
|
make gg work on Windows; prebuild glad and cJSON; new ft module
|
2019-07-12 04:50:14 +02:00 |
Alexander Medvednikov
|
26ef99293d
|
new enum syntax; update the compiler (`p.tok == .name`)
|
2019-07-10 02:02:38 +02:00 |
Alexander Medvednikov
|
dec0d961f5
|
os: clean up file functions, use optionals
|
2019-07-03 21:37:12 +02:00 |
Alexander Medvednikov
|
5936ab16c8
|
fix maps; use maps for storing functions; verify struct initialization
|
2019-07-01 02:24:39 +02:00 |
Alexander Medvednikov
|
61b51f6149
|
os.File clean up + socket.v (dial())
|
2019-06-30 20:28:50 +02:00 |
Alexander Medvednikov
|
c860bac7bf
|
don't allow calling private functions/methods
|
2019-06-26 13:15:47 +02:00 |
Alexander Medvednikov
|
06a4dfa290
|
replace silly `exit(reason string)` with `exit(code int)`
|
2019-06-23 10:14:37 +02:00 |
chai2010
|
978ec58fe3
|
all: add copyright
|
2019-06-23 09:22:49 +02:00 |
Alexander Medvednikov
|
d32e538073
|
V 0.0.12 open-source release
|
2019-06-22 20:20:28 +02:00 |