Alexander Medvednikov
|
46aed151ab
|
parser: snake_case check; array: mutable array test
|
2020-04-04 14:09:58 +02:00 |
|
krischerven
|
4c6db7a64e
|
cgen: fix mutable arrays
|
2020-04-04 14:08:38 +02:00 |
|
Delyan Angelov
|
133842bf95
|
Remove unused self import of v.util into v.util .
|
2020-04-04 14:49:08 +03:00 |
|
joe-conigliaro
|
b4e5e36d4a
|
checker: var opt & temp [] & non array init error & bug notes
|
2020-04-04 22:32:16 +11:00 |
|
Alexander Medvednikov
|
d1f653f9bd
|
parser: fix GG struct init
|
2020-04-04 13:11:50 +02:00 |
|
Alexey
|
d56276017c
|
cgen: fix variadics called with 0 vargs
|
2020-04-04 12:54:45 +02:00 |
|
Alexey
|
c6fabea49d
|
cgen: generate code for go statement for Windows
|
2020-04-04 12:09:05 +02:00 |
|
Alexey
|
5313a1401f
|
checker: show actual field name in warn message
|
2020-04-04 11:57:45 +02:00 |
|
joe-conigliaro
|
97d8633557
|
checker: constant cycle & test fix
|
2020-04-04 17:05:26 +11:00 |
|
joe-conigliaro
|
c9e290b36f
|
table: simplify/generalise type fns & remove calls
|
2020-04-04 16:37:11 +11:00 |
|
joe-conigliaro
|
bf59828897
|
ast: const impl & global scope & objects
|
2020-04-04 14:14:40 +11:00 |
|
yuyi
|
bb5ed66bb4
|
eval: fix new_checker call
|
2020-04-04 02:03:41 +02:00 |
|
Alexander Medvednikov
|
1d2de44e19
|
cgen: fix print(ptr); checker: uninitialized reference error/warning
|
2020-04-03 20:17:53 +02:00 |
|
Alexander Medvednikov
|
436ef12730
|
cgen: str(): handle empty structs
|
2020-04-03 18:49:15 +02:00 |
|
Delyan Angelov
|
b411d29577
|
v2: fix support for 'go fn()' in modules. sync.pool is again multithreaded.
|
2020-04-03 19:44:49 +03:00 |
|
Alexander Medvednikov
|
c32ed8af51
|
cgen: struct str() generation; go() fixes
|
2020-04-03 18:05:53 +02:00 |
|
Delyan Angelov
|
31c4b1cda6
|
v2: compile vfmt again; consistent colored error messages
|
2020-04-03 18:42:22 +03:00 |
|
Alexander Medvednikov
|
52f096f5d9
|
cgen: go xxx()
|
2020-04-03 15:18:20 +02:00 |
|
Alexey
|
6a5cc0fa19
|
tests: update assert output
|
2020-04-03 13:39:11 +02:00 |
|
Alexey
|
6c4de001b8
|
cgen: add builtin.init call inside of _vinit
|
2020-04-03 13:27:19 +02:00 |
|
Alexey
|
4cde6c0865
|
fmt: process TypeOf node
|
2020-04-03 11:59:53 +02:00 |
|
Alexander Medvednikov
|
87a185ea9c
|
checker: remove newlines after errors
|
2020-04-03 11:09:02 +02:00 |
|
Alexander Medvednikov
|
0dad1a89e6
|
checker: much less verbose error messages
|
2020-04-03 11:01:09 +02:00 |
|
Alexander Medvednikov
|
1d52847924
|
checker: error on an unknown ident
|
2020-04-03 10:52:48 +02:00 |
|
Alexander Medvednikov
|
a25f47124d
|
cgen: make array_set/map_set work with pointers
|
2020-04-03 10:41:01 +02:00 |
|
yuyi
|
5e6aa5371a
|
scanner: minor optimization (#4211)
|
2020-04-03 09:46:54 +03:00 |
|
Delyan Angelov
|
6b9bf8cbf7
|
v2: fixes for most of vlib/builtin/map_test.v .
|
2020-04-03 00:42:08 +03:00 |
|
Delyan Angelov
|
07c53b1b70
|
v2: report ill defined consts by name/line, not only how many they are
|
2020-04-02 22:33:36 +03:00 |
|
hazohelet
|
0e6fe0a4f2
|
V: fix const bugs and pass const_test.v (#4206)
* fix const bug in v2
* v2: fix const decl
* small comment fix
|
2020-04-02 19:39:17 +02:00 |
|
Alexander Medvednikov
|
804d303487
|
cgen: add () for | and ^
|
2020-04-02 18:26:56 +02:00 |
|
Alexander Medvednikov
|
fd12e4e826
|
fix compiler_test.v
|
2020-04-02 18:12:10 +02:00 |
|
Delyan Angelov
|
61f79270a8
|
v2: compiler_test.v should fail on errors.
|
2020-04-02 19:01:31 +03:00 |
|
Alexander Medvednikov
|
40fd924b15
|
parser: match must be exhaustive; cmd/v: one verbosity level, simpler version
|
2020-04-02 16:51:16 +02:00 |
|
SleepyRoy
|
d5b2eb3c23
|
test: remove old num_lit_call_method
|
2020-04-02 15:52:46 +02:00 |
|
Delyan Angelov
|
4ada412a05
|
v2: stage 2 for enhancing 'v version' with the current git commit hash
|
2020-04-02 15:51:48 +02:00 |
|
Alexander Medvednikov
|
5b53b3d7e3
|
cgen/os: minor fixes
|
2020-04-02 14:00:28 +02:00 |
|
Alexander Medvednikov
|
6e380b8897
|
cgen: brin back hashes()
|
2020-04-02 13:49:59 +02:00 |
|
Alexander Medvednikov
|
5b835d294c
|
more windows fixes + bring back windows ci
|
2020-04-02 13:44:46 +02:00 |
|
Delyan Angelov
|
084f853a2a
|
v2: enhance version with current git commit hash. Cleanup redundant code.
|
2020-04-02 13:31:02 +02:00 |
|
Alexander Medvednikov
|
1fe2933dd9
|
cgen: windows fixes
|
2020-04-02 13:09:39 +02:00 |
|
Alexander Medvednikov
|
4981c5a870
|
parser: fix public interfaces
|
2020-04-02 12:53:25 +02:00 |
|
yuyi
|
86ea886ad7
|
scanner: uniform bool type variable names
|
2020-04-02 12:23:18 +02:00 |
|
Delyan Angelov
|
12b8dc2613
|
v2: fix version
|
2020-04-02 10:48:29 +02:00 |
|
Alexander Medvednikov
|
d57b1ca962
|
fix valgrind test
|
2020-04-02 10:44:35 +02:00 |
|
Alexander Medvednikov
|
461a5b2c18
|
cgen: fix raw strings
|
2020-04-02 10:15:35 +02:00 |
|
Alexander Medvednikov
|
683aa75b8d
|
cgen: fix filter()
|
2020-04-02 09:32:10 +02:00 |
|
yuyi
|
24499aa6de
|
scanner: minor refactoring
|
2020-04-02 09:27:00 +02:00 |
|
krischerven
|
dac304195e
|
cgen: print: support all the same functionality as println
|
2020-04-02 09:19:57 +02:00 |
|
Major Taylor
|
3eff266eb9
|
cgen: vcleanup call fix (#4186)
|
2020-04-02 09:18:45 +02:00 |
|
krischerven
|
561b7a0ea5
|
enum: make .str() print the name instead of the value
|
2020-04-02 03:27:06 +02:00 |
|
Alexander Medvednikov
|
88d15c6611
|
gl, glfw, freetype fixes
|
2020-04-02 01:45:22 +02:00 |
|
Alexander Medvednikov
|
1cfe44d9c6
|
fix windows build
|
2020-04-02 01:15:00 +02:00 |
|
SleepyRoy
|
74bdc57fad
|
tests: fix num_lit_call_method_test
|
2020-04-02 00:18:29 +02:00 |
|
Alexander Medvednikov
|
fb4b93dfc0
|
ci fixes
|
2020-04-02 00:10:11 +02:00 |
|
Alexander Medvednikov
|
91ffeeb73b
|
parser: fix (x mut &X)
|
2020-04-01 23:56:55 +02:00 |
|
Alexander Medvednikov
|
24fc4a4c04
|
use autofree only with -autofree for now
|
2020-04-01 23:28:56 +02:00 |
|
Alexander Medvednikov
|
39434155f8
|
short struct init syntax
|
2020-04-01 23:23:20 +02:00 |
|
Alexander Medvednikov
|
d9af06f2ad
|
remove remaining files in vlib/compiler
|
2020-04-01 22:19:09 +02:00 |
|
Alexander Medvednikov
|
8dfb14b1c4
|
remove 15k lines of code of the old backend; make V2 the default backend
|
2020-04-01 21:25:31 +02:00 |
|
Alexander Medvednikov
|
30f306dc1a
|
another vfmt2 fix
|
2020-04-01 18:25:05 +02:00 |
|
Alexander Medvednikov
|
f657c4b514
|
another vfmt2 fix
|
2020-04-01 18:16:56 +02:00 |
|
Alexander Medvednikov
|
3ef6436bef
|
fix fmt2 test
|
2020-04-01 17:52:50 +02:00 |
|
Alexander Medvednikov
|
e3713de41d
|
fix compilation
|
2020-04-01 17:17:35 +02:00 |
|
Alexander Medvednikov
|
0de853a2ab
|
v2: lots of minor test fixes
|
2020-04-01 17:14:21 +02:00 |
|
joe-conigliaro
|
6764c7dd5c
|
parser/cgen: typeof test fixes - match & fixed array order
|
2020-04-02 02:13:21 +11:00 |
|
yuyi
|
bd8d51fc95
|
token: small optimizations
|
2020-04-01 16:50:56 +02:00 |
|
Alexander Medvednikov
|
5a0bfa03b3
|
fix tests
|
2020-04-01 15:39:54 +02:00 |
|
Alexander Medvednikov
|
3dae1cc131
|
move sdl module to github.com/vlang/sdl
|
2020-04-01 15:27:28 +02:00 |
|
Alexander Medvednikov
|
7fd81d3abb
|
parser: fix ^=; disable generics and interface map tests for now
|
2020-04-01 15:15:21 +02:00 |
|
Alexander Medvednikov
|
b1b811b5ed
|
v2: static (for translated code only)
|
2020-04-01 13:38:05 +02:00 |
|
Alexander Medvednikov
|
48832200bb
|
parser: allow types that start with &&; cgen: allow ++/-- exprs for now
|
2020-04-01 13:18:58 +02:00 |
|
yuyi
|
56a9196be8
|
token: fix nr_tokens
|
2020-04-01 12:12:25 +02:00 |
|
yuyi
|
b28e372106
|
scanner: small optimization
|
2020-04-01 12:11:52 +02:00 |
|
Major Taylor
|
9bb1b5d1bb
|
v2: enum fields separated by commas
|
2020-04-01 12:11:00 +02:00 |
|
Delyan Angelov
|
5b990078f9
|
more precise support for internal module tests
|
2020-03-31 23:42:30 +02:00 |
|
Alexander Medvednikov
|
2ac074655f
|
fix interface test
|
2020-03-31 21:05:48 +02:00 |
|
Alexander Medvednikov
|
050ec5d9e3
|
parser: do not allow string{} outside of builtin
|
2020-03-31 21:03:21 +02:00 |
|
Alexander Medvednikov
|
a3bd19ce73
|
cgen: generate enums earlier
|
2020-03-31 20:26:15 +02:00 |
|
Alexander Medvednikov
|
2b563bc69f
|
v2: initial interface support; fix enum_hex_test.v
|
2020-03-31 19:59:41 +02:00 |
|
Delyan Angelov
|
50143ad9bf
|
v2: be silent by default
|
2020-03-31 19:58:44 +02:00 |
|
Alexander Medvednikov
|
2fe0e80569
|
cgen: enum default values
|
2020-03-31 19:43:11 +02:00 |
|
Alexander Medvednikov
|
43f72246aa
|
checker: fix index type check
|
2020-03-31 17:51:16 +02:00 |
|
Alexander Medvednikov
|
f98cc9c017
|
cgen: fix ARR_LEN
|
2020-03-31 17:16:12 +02:00 |
|
Alexander Medvednikov
|
9d630dff30
|
allow slicing of fixed size arrays
|
2020-03-31 16:48:00 +02:00 |
|
joe-conigliaro
|
d048bf66b0
|
cgen: optimize/generalize typ method
|
2020-04-01 00:18:25 +11:00 |
|
Alexander Medvednikov
|
956bf23390
|
memory fixes: 21% of V compiler leaks fixed
|
2020-03-31 14:33:16 +02:00 |
|
SleepyRoy
|
9b9c1cc834
|
scanner: fix number literal calling method
|
2020-03-31 12:47:32 +02:00 |
|
Delyan Angelov
|
b62035e3d0
|
solaris & termux: fix both, using the more portable termios.h
|
2020-03-31 12:46:46 +02:00 |
|
joe-conigliaro
|
21e4f2422d
|
cgen: clarify field name
|
2020-03-31 19:11:47 +11:00 |
|
joe-conigliaro
|
f8169fee48
|
table: add i8 to number_type_idxs
|
2020-03-31 16:17:26 +11:00 |
|
joe-conigliaro
|
3b621c0ce6
|
checker: make var_scope mutable
|
2020-03-31 15:41:14 +11:00 |
|
joe-conigliaro
|
602bc06bee
|
ast: use multi return optional for find_scope_and_var
|
2020-03-31 15:39:14 +11:00 |
|
joe-conigliaro
|
71ca553190
|
cgen: multi return/assign optionals
|
2020-03-31 15:34:59 +11:00 |
|
Delyan Angelov
|
07de351546
|
v2: support -stats for _test.v files
|
2020-03-30 17:21:32 +02:00 |
|
joe-conigliaro
|
3440d7edd8
|
ast: first step merging CallExpr & MethodCallExpr
|
2020-03-30 21:39:20 +11:00 |
|
hazohelet
|
ec025f2020
|
compiler: use type unresolved for unresolved consts
|
2020-03-29 19:26:55 +02:00 |
|
yuyi
|
c9eed0b89b
|
cgen: optimize a replace call
|
2020-03-29 10:09:27 +02:00 |
|
Alexey
|
a333ac1888
|
all: remove redundant parentheses in if statements
|
2020-03-29 10:08:42 +02:00 |
|
Delyan Angelov
|
e09447d011
|
v and v2: support @VEXE
|
2020-03-28 21:51:45 +01:00 |
|
Delyan Angelov
|
a9724fd38d
|
v2: typeof()
|
2020-03-28 17:37:22 +01:00 |
|
joe-conigliaro
|
837bffd03a
|
parser: parse type - fix multiple &
|
2020-03-29 01:15:10 +11:00 |
|
Alexander Medvednikov
|
831be43740
|
checker: check ! operator
|
2020-03-28 14:38:16 +01:00 |
|
joe-conigliaro
|
718819eb7a
|
map/scope/checker: update just var type & ret zero in map.get3
|
2020-03-29 00:00:28 +11:00 |
|
Alexander Medvednikov
|
f627710870
|
fix repl tests
|
2020-03-27 20:49:20 +01:00 |
|
Alexander Medvednikov
|
98a0beab03
|
cgen: generate str() methods; merge c tests
|
2020-03-27 20:33:30 +01:00 |
|
Alexander Medvednikov
|
eed7c91e87
|
move compiler tests from compiler/ to v/
|
2020-03-27 18:01:46 +01:00 |
|
Alexander Medvednikov
|
f6db36d7f0
|
fix parser_test and vfmt.v
|
2020-03-27 15:24:08 +01:00 |
|
Alexander Medvednikov
|
7369cb7b86
|
fmt: fix tests
|
2020-03-27 15:19:13 +01:00 |
|
Alexander Medvednikov
|
473d9fef55
|
checker: do not allow extra () in if conditions
|
2020-03-27 14:57:19 +01:00 |
|
Alexander Medvednikov
|
1a751208ca
|
cgen: skip $if os {} block
|
2020-03-27 14:44:30 +01:00 |
|
Alexander Medvednikov
|
7fdce50718
|
cgen: write defer statements at the end of the function
|
2020-03-27 11:21:00 +01:00 |
|
Joe Conigliaro
|
fd8bb2c95c
|
tests: small array/struct test notes & tmp fix
|
2020-03-27 20:47:24 +11:00 |
|
Alexander Medvednikov
|
db59c621e8
|
v2: minor fixes
|
2020-03-27 08:47:02 +01:00 |
|
Joe Conigliaro
|
883a105aca
|
cgen: fix tests
|
2020-03-27 17:28:04 +11:00 |
|
Joe Conigliaro
|
7ce7151ad2
|
cgen: v2 compiles itself - defer stmt / if * in opt parens.
|
2020-03-27 17:21:22 +11:00 |
|
Alexander Medvednikov
|
9185de3fb7
|
cgen: fix tests
|
2020-03-26 22:28:24 +01:00 |
|
Alexander Medvednikov
|
f0334b2e12
|
cgen: fix arr[i] *= x and 2d_arr << arr
|
2020-03-26 22:09:25 +01:00 |
|
Delyan Angelov
|
f489c89987
|
v2: more informative assert output; string interpolation formatting
|
2020-03-26 19:17:14 +01:00 |
|
Alexander Medvednikov
|
eb57f192d4
|
cgen: fix test
|
2020-03-26 17:21:52 +01:00 |
|
Alexander Medvednikov
|
75c2ef7947
|
cgen: fix octal and hex int literals
|
2020-03-26 17:14:24 +01:00 |
|
Alexander Medvednikov
|
ed3e0c43bc
|
cgen: for c in string; short struct init syntax fixes;
|
2020-03-26 17:03:14 +01:00 |
|
Alexander Medvednikov
|
c71d36356b
|
v2: optionals fixes
|
2020-03-26 14:58:11 +01:00 |
|
Alexander Medvednikov
|
b288bf2e7c
|
cgen: or{} for methods
|
2020-03-26 14:42:14 +01:00 |
|
Joe Conigliaro
|
1d0f3abadf
|
cgen/checker: variadic method call fix
|
2020-03-26 22:40:14 +11:00 |
|
Joe Conigliaro
|
b1d15afe61
|
checker: array slice type
|
2020-03-26 22:04:24 +11:00 |
|
Alexander Medvednikov
|
fc86269bc9
|
checker: array str fixes
|
2020-03-26 11:32:32 +01:00 |
|
Joe Conigliaro
|
f452518a63
|
cgen: fix typo & use expected type
|
2020-03-26 21:11:56 +11:00 |
|
Joe Conigliaro
|
9c6ac7cb71
|
cgen: fix variadics called with 0 vargs
|
2020-03-26 21:09:59 +11:00 |
|
Alexander Medvednikov
|
f2c9592b86
|
cgen: fix () in & exprs
|
2020-03-26 10:44:59 +01:00 |
|
Alexander Medvednikov
|
1f3428f282
|
cgen: basic assert
|
2020-03-26 10:27:46 +01:00 |
|
Delyan Angelov
|
fb4f7b6827
|
v2: enable compilation of short programs with no 'import os'
|
2020-03-26 09:20:55 +01:00 |
|
Alexander Medvednikov
|
aa34d3a4c4
|
cgen: remove a space
|
2020-03-25 23:57:46 +01:00 |
|
Alexander Medvednikov
|
25ee30d8cb
|
cgen: fix optional functions with unused return values
|
2020-03-25 23:57:22 +01:00 |
|
Alexander Medvednikov
|
89a05a474f
|
valgrind tests: skip C warnings for now
|
2020-03-25 21:46:46 +01:00 |
|
Alexander Medvednikov
|
3b4e0147cd
|
cgen: fix tests
|
2020-03-25 17:26:03 +01:00 |
|
Alexander Medvednikov
|
7070b1cda9
|
cgen: GotoStmt, err variable
|
2020-03-25 17:24:55 +01:00 |
|
Alexander Medvednikov
|
26fab9b274
|
cgen: fix mutable array args
|
2020-03-25 17:04:16 +01:00 |
|
Alexander Medvednikov
|
41a089e513
|
cgen: or block
|
2020-03-25 16:00:22 +01:00 |
|
Alexander Medvednikov
|
456750ac19
|
v2: array_test fixes
|
2020-03-25 14:24:48 +01:00 |
|
Alexander Medvednikov
|
60fbceea43
|
memory: free_scope_vars()
|
2020-03-25 12:26:59 +03:00 |
|
Joe Conigliaro
|
bb76e5da91
|
parser: array map fixe
|
2020-03-25 20:09:50 +11:00 |
|
Joe Conigliaro
|
8ba46965b6
|
checker: array map fixes
|
2020-03-25 20:07:53 +11:00 |
|
Alexander Medvednikov
|
b495e78f0e
|
v2: add _vinit to tests' fn main
|
2020-03-25 00:17:39 +01:00 |
|
Alexander Medvednikov
|
a3046b68da
|
cgen: fix tests
|
2020-03-24 23:41:34 +01:00 |
|
Alexander Medvednikov
|
7f345e310b
|
cgen: fix const name
|
2020-03-24 22:41:01 +01:00 |
|
Alexander Medvednikov
|
cc9537dd8a
|
cgen: fix tests
|
2020-03-24 22:35:05 +01:00 |
|
Alexander Medvednikov
|
437bba5566
|
cgen: generate fn main for tests; fix consts bug
|
2020-03-24 22:24:03 +01:00 |
|
Delyan Angelov
|
2a7bc63919
|
vmft2: support for multiline comments, CompIf, AssertStmt, octal literals
|
2020-03-24 22:18:58 +01:00 |
|
Alexander Medvednikov
|
5d976d841b
|
v2: raw strings
|
2020-03-24 17:07:27 +01:00 |
|
Joe Conigliaro
|
4d3362358f
|
parser: array init &element fix
|
2020-03-25 02:24:23 +11:00 |
|
Alexander Medvednikov
|
32c8eb6490
|
os: vfmt os_test.v
|
2020-03-24 16:18:37 +01:00 |
|
Alexander Medvednikov
|
e012966291
|
parser/ast: Block
|
2020-03-24 15:44:17 +01:00 |
|
Joe Conigliaro
|
7aff0cb84f
|
cgen: remove special case for malloc
|
2020-03-25 00:46:00 +11:00 |
|
Joe Conigliaro
|
d98bb44490
|
cgen: remove 0 typ checks & unused var
|
2020-03-24 22:55:41 +11:00 |
|
Joe Conigliaro
|
9a8bd3f7fa
|
checker: variadic method fix
|
2020-03-24 22:39:11 +11:00 |
|
Alexander Medvednikov
|
f101e9b9e2
|
v2: string fixes, is_dir fix
|
2020-03-24 11:14:11 +01:00 |
|
Joe Conigliaro
|
3d2fafa580
|
cgen: variadic for in loop
|
2020-03-24 19:42:16 +11:00 |
|
joe-conigliaro
|
309a905409
|
cgen: remove unused var
|
2020-03-24 17:27:20 +11:00 |
|
joe-conigliaro
|
e5a111396c
|
cgen: add for map
|
2020-03-24 17:25:10 +11:00 |
|
Joe Conigliaro
|
0433e24b7f
|
cgen: array init fix
|
2020-03-24 13:31:16 +11:00 |
|
Delyan Angelov
|
efe21fed66
|
v2: fix hello world compilation with tcc
|
2020-03-23 21:26:48 +01:00 |
|
Alexander Medvednikov
|
1cb45e9916
|
compiler_test: do not run on windows for now
|
2020-03-23 20:36:34 +01:00 |
|
Alexander Medvednikov
|
ae2d001261
|
tests: fix the new v2 output tests
|
2020-03-23 20:30:20 +01:00 |
|
Alexander Medvednikov
|
2e29e09b1b
|
cgen: fix map_get: use zero value if the key was not found
|
2020-03-23 20:02:09 +01:00 |
|
Joe Conigliaro
|
80676cf44f
|
cgen: fix struct init 0 fields & tests
|
2020-03-23 21:57:54 +11:00 |
|
Joe Conigliaro
|
e13bbd8c40
|
cgen: map init struct fields & fn type arg fix
|
2020-03-23 21:17:14 +11:00 |
|
Alexander Medvednikov
|
c808430643
|
cgen: optimize type_default()
|
2020-03-23 09:17:32 +01:00 |
|
Alexander Medvednikov
|
4867803f6b
|
cgen: zero struct fields during initialization
|
2020-03-23 08:59:34 +01:00 |
|
joe-conigliaro
|
a5bd98610f
|
cgen: call arg ref fix
|
2020-03-23 17:23:10 +11:00 |
|
Joe Conigliaro
|
89af7e7a5b
|
cgen: replace reserved C keywords in identifiers
|
2020-03-23 13:36:50 +11:00 |
|
Alexander Medvednikov
|
b69ebd73b2
|
cgen: minor fixes. v2 can now compile itself!
|
2020-03-22 16:55:42 +01:00 |
|
Joe Conigliaro
|
99de98ffc7
|
cgen: fix test
|
2020-03-23 02:30:45 +11:00 |
|
Joe Conigliaro
|
076bc2b773
|
cgen/checker: fixes & fixes & tmp fixes :D
|
2020-03-23 02:22:49 +11:00 |
|
Alexander Medvednikov
|
c0df54b7d3
|
checker: check $if else
|
2020-03-22 14:56:13 +01:00 |
|
Alexander Medvednikov
|
ce73ced932
|
cgen: #else
|
2020-03-22 14:54:31 +01:00 |
|
Alexander Medvednikov
|
2738a0c776
|
cgen: backtrace and sigaction fixes
|
2020-03-22 14:47:45 +01:00 |
|
Joe Conigliaro
|
0609756d36
|
cgen: fix sum type casts & else if formatting
|
2020-03-23 00:28:11 +11:00 |
|
Alexander Medvednikov
|
c2ce06eba7
|
cgen: generate #ifdefs
|
2020-03-22 13:55:39 +01:00 |
|
Alexander Medvednikov
|
8d8907b61e
|
memory: handle string assignments
|
2020-03-22 13:40:53 +01:00 |
|
Joe Conigliaro
|
043ea80fa9
|
checker: comptime if expr/stmts & type check fixes
|
2020-03-22 23:36:27 +11:00 |
|
Alexander Medvednikov
|
cf8776ac71
|
valgrind: update the test
|
2020-03-22 13:33:40 +01:00 |
|
Delyan Angelov
|
3f328a0242
|
test: fix 'v test vlib/v/tests'
|
2020-03-22 13:26:16 +01:00 |
|
Alexander Medvednikov
|
4cbba8c45d
|
memory: handle arrays
|
2020-03-22 13:19:45 +01:00 |
|
Alexander Medvednikov
|
3a938972df
|
memory: autofree fix
|
2020-03-22 12:06:33 +01:00 |
|
Alexander Medvednikov
|
7b689d8c52
|
ast: CompIf position
|
2020-03-22 11:53:08 +01:00 |
|
Alexander Medvednikov
|
ab3f6d9202
|
cgen: generate indents for more readable C code
|
2020-03-22 10:12:45 +01:00 |
|
Delyan Angelov
|
53a9329ab6
|
valgrind: nicer output
|
2020-03-22 09:44:15 +01:00 |
|
Alexander Medvednikov
|
1ad417734e
|
memory: remove if false
|
2020-03-22 08:59:44 +01:00 |
|
Alexander Medvednikov
|
a02395fe2d
|
valgrind: run the tests
|
2020-03-21 20:31:30 +01:00 |
|
Alexander Medvednikov
|
85e411bd7c
|
fix valgrind test
|
2020-03-21 20:10:30 +01:00 |
|
Alexander Medvednikov
|
3e80e22f5d
|
fix prod build
|
2020-03-21 20:02:37 +01:00 |
|
Alexander Medvednikov
|
e5f6a0949f
|
cgen: autofree: first step
|
2020-03-21 19:52:19 +01:00 |
|
Joe Conigliaro
|
efbf114a2f
|
checker: ref & deref in prefix expr
|
2020-03-22 02:41:01 +11:00 |
|
Joe Conigliaro
|
fc43294efc
|
checker: deref fix
|
2020-03-22 01:27:10 +11:00 |
|
Joe Conigliaro
|
9d80d261b9
|
gen: rename _init() to _vinit() in cheaders.v
|
2020-03-22 00:22:43 +11:00 |
|
Joe Conigliaro
|
f7042e9038
|
cgen: sum type cast & map str() receiver
|
2020-03-21 23:57:11 +11:00 |
|
Alexander Medvednikov
|
0f1371e1c9
|
cgen: fix tests
|
2020-03-21 13:56:21 +01:00 |
|
Alexander Medvednikov
|
f962d92623
|
cgen: use _vinit instead of _init to avoid conflicts on Linux
|
2020-03-21 13:28:41 +01:00 |
|
Joe Conigliaro
|
eb8d64999f
|
checker: temp map str() method fix
|
2020-03-21 22:31:25 +11:00 |
|
Alexander Medvednikov
|
7b1b647832
|
parser: disable parser_test.v for now
|
2020-03-21 11:55:49 +01:00 |
|
Alexander Medvednikov
|
7ad1441c81
|
cgen: fix the tests
|
2020-03-21 11:47:23 +01:00 |
|
Alexander Medvednikov
|
b2d1f55702
|
cgen_test fixes
|
2020-03-21 11:17:17 +01:00 |
|
Alexander Medvednikov
|
c12985d1d7
|
cgen: for in; init fixes
|
2020-03-21 10:22:19 +01:00 |
|
Alexander Medvednikov
|
e57804e6c2
|
cgen: generate init()
|
2020-03-21 09:29:16 +01:00 |
|
Alexander Medvednikov
|
c93f515a54
|
cgen: add _STR definition
|
2020-03-21 07:10:53 +01:00 |
|
Alexander Medvednikov
|
5f61fbcbe3
|
fix prod build
|
2020-03-21 07:04:53 +01:00 |
|
Alexander Medvednikov
|
5072320803
|
cgen/ast/checker: string interpolation
|
2020-03-21 07:01:11 +01:00 |
|
Alexander Medvednikov
|
ec003ff897
|
cgen: temporary lld fix
|
2020-03-20 20:46:42 +01:00 |
|
Alexander Medvednikov
|
8077a7534e
|
cgen: 7 errors left
|
2020-03-20 20:22:37 +01:00 |
|
Alexey
|
9c668072b9
|
fmt: fix ForInStmt
|
2020-03-20 20:19:43 +01:00 |
|
Alexander Medvednikov
|
6b571155f4
|
cgen: fix print(struct); use automatic referencing
|
2020-03-20 17:11:58 +01:00 |
|
Alexander Medvednikov
|
078f498b17
|
cgen: fix vals[i].field = x
|
2020-03-20 17:03:41 +01:00 |
|
yuyi
|
2f27758a4b
|
os: realpath => real_path
|
2020-03-20 16:41:18 +01:00 |
|
Joe Conigliaro
|
15d4b5fcdb
|
checker/fmt/cgen: fun vfmt on changes from previous commit
|
2020-03-21 00:46:00 +11:00 |
|
Joe Conigliaro
|
a331abf675
|
ast/cgen/parser: combine IfExpr branches into single node
|
2020-03-21 00:39:56 +11:00 |
|
Alexander Medvednikov
|
c993489fe9
|
cgen: optional expr fix
|
2020-03-20 13:03:42 +01:00 |
|
joe-conigliaro
|
ed50fef1c0
|
cgen: dont add overidden fields in assoc
|
2020-03-20 15:05:50 +11:00 |
|
joe-conigliaro
|
1fb2c3f5b4
|
cgen: multi return optional fix
|
2020-03-20 14:59:06 +11:00 |
|
joe-conigliaro
|
525639b42f
|
cgen: fix tests after array.first fix
|
2020-03-20 14:24:18 +11:00 |
|
Alexander Medvednikov
|
f37b9d99fe
|
cgen: last/first fix
|
2020-03-19 19:36:15 +01:00 |
|
Alexander Medvednikov
|
b7a036945d
|
cgen: in [] optimization
|
2020-03-19 16:12:49 +01:00 |
|
yuyi
|
010f3efcf0
|
os: filename => file_name
|
2020-03-19 15:49:07 +01:00 |
|
Alexander Medvednikov
|
216c7a16d8
|
cgen: filter + expected_type fix
|
2020-03-19 15:18:29 +01:00 |
|
Joe Conigliaro
|
0f08a92302
|
cgen: fix return formatting
|
2020-03-19 22:27:47 +11:00 |
|
Alexander Medvednikov
|
b290efa394
|
ast: TypeOf
|
2020-03-19 12:15:42 +01:00 |
|
Joe Conigliaro
|
79077b0025
|
gen: fix multi return optional
|
2020-03-19 22:13:17 +11:00 |
|
Joe Conigliaro
|
97fbbac973
|
checker: enum value, use base type no extra info
|
2020-03-19 21:52:47 +11:00 |
|
Alexander Medvednikov
|
74616d2900
|
cgen: fix optional functions that return other optional functions
|
2020-03-19 11:44:27 +01:00 |
|
Alexander Medvednikov
|
b2f05e56b8
|
cgen: fix tests
|
2020-03-19 11:23:05 +01:00 |
|
Joe Conigliaro
|
e457bedaa7
|
gen: remove enum value typedefs :D
|
2020-03-19 21:21:08 +11:00 |
|
Joe Conigliaro
|
408553e967
|
gen: add typedefs for optional enums & array clone receiver type fix
|
2020-03-19 21:04:51 +11:00 |
|
Alexander Medvednikov
|
b5cb1b1fe2
|
cgen: map_get/map_set
|
2020-03-19 10:07:31 +01:00 |
|
Joe Conigliaro
|
6c56528cd7
|
checker: update assoc type
|
2020-03-19 19:52:33 +11:00 |
|
Joe Conigliaro
|
a456c21249
|
gen: cgen sum cast in struct init
|
2020-03-19 19:40:21 +11:00 |
|
Joe Conigliaro
|
6e5b58413a
|
checker: check assoc field exprs
|
2020-03-19 18:57:33 +11:00 |
|
Alexander Medvednikov
|
013fd5abfe
|
cgen: fix array.last()
|
2020-03-19 08:49:47 +01:00 |
|
Joe Conigliaro
|
3e70e5f2f1
|
gen: add in for map and string to cgen
|
2020-03-19 18:32:42 +11:00 |
|
Alexander Medvednikov
|
28309da1f1
|
cgen: assoc
|
2020-03-19 08:14:09 +01:00 |
|
Alexander Medvednikov
|
3dc3b11435
|
parser: $if blocks for headers
|
2020-03-19 07:59:01 +01:00 |
|
Alexander Medvednikov
|
c3d7c57096
|
cgen: more minor fixes
|
2020-03-18 19:56:59 +01:00 |
|
Alexander Medvednikov
|
fe6707b26d
|
cgen: minor fixes
|
2020-03-18 16:47:37 +01:00 |
|
Alexander Medvednikov
|
c514f0b672
|
cgen: automatic dereference and match fix
|
2020-03-18 16:07:54 +01:00 |
|
fantassin
|
d81d804cb6
|
cgen: add c headers for Solaris / Illumos
|
2020-03-18 15:48:42 +01:00 |
|
lydiandy
|
04184f1715
|
ast: make ReturnStmt field public
|
2020-03-18 15:39:26 +01:00 |
|
Joe Conigliaro
|
c4f6125a31
|
gen/checker: add errors for as cast & for in var
|
2020-03-19 00:50:21 +11:00 |
|
Joe Conigliaro
|
96af21ff68
|
gen: impl as cast
|
2020-03-18 23:55:46 +11:00 |
|
Joe Conigliaro
|
5fb90e12b1
|
checker: ForInStmt only call table.value_type once
|
2020-03-18 23:29:28 +11:00 |
|
Joe Conigliaro
|
4262ff76c3
|
checker/parser: check & gen stmts for ForIn & fix key, val vars
|
2020-03-18 23:18:18 +11:00 |
|
Alexander Medvednikov
|
91378583cc
|
cgen: another expected_type fix
|
2020-03-18 12:34:27 +01:00 |
|
Alexander Medvednikov
|
af289da844
|
ast: MatchExpr: expr_type => cond_type
|
2020-03-18 12:23:32 +01:00 |
|