Commit Graph

3108 Commits (d2cb5ad725b0c7b75d7e594b2b3f43207324607f)

Author SHA1 Message Date
Don Alfons Nisnoni 41808f80fd
docs: fix hot reload link 2020-02-17 12:19:15 +01:00
penguindark 80861f2219
scanner: exponent without sign 2020-02-17 02:35:01 +01:00
joe-conigliaro 1007dd8f23
v2: update parse type not to prefix builtin types with module 2020-02-16 16:16:19 +01:00
Delyan Angelov 195f3f465b
option to disable bounds checking; examples/path_tracing.v: optimizations 2020-02-16 16:13:45 +01:00
lutherwenxu 277c55fe5b
cmd/v: rewrite default help message 2020-02-16 12:50:25 +01:00
yuyi e272a10bda
vfmt fixes 2020-02-16 12:42:28 +01:00
Alexander Medvednikov 9eeb3dfe7e v2: temporary string cast fix 2020-02-16 12:38:15 +01:00
Alexander Medvednikov 6d8ad58515 v2: mod.Type 2020-02-16 12:31:44 +01:00
Alexander Medvednikov d4991164cf fix ci 2020-02-15 20:18:50 +01:00
Alexander Medvednikov 87e28e6b49
Update ci.yml 2020-02-15 14:46:05 +01:00
Alexander Medvednikov 14a29823c0
ci: test prebuilt macos package 2020-02-15 14:45:10 +01:00
joe-conigliaro dc90f4f4a6
v2: remove unresolved types; handle types in checker; add ast.scope 2020-02-15 13:37:48 +01:00
Alexey c2c6260ba2
readme: fix URL to wiki page and prettify URL titles 2020-02-14 23:26:07 +01:00
yuyi 5a6f4aa61d
vcreate: optimizations and small fixes 2020-02-13 19:27:13 +01:00
Alexey 20257d2a5c
readme: remove trailing colon from header 2020-02-13 19:25:38 +01:00
penguindark ce6ee1505f
path tracing example 2020-02-13 19:22:35 +01:00
Delyan Angelov 869e16c340
fix CI macOS-latest (failing postgresql brew install) 2020-02-13 19:22:13 +01:00
Alexander Medvednikov 8dd905a14d v2: more parser fixes 2020-02-13 14:08:19 +01:00
Alexey f00ab076d1
vfmt: simplify reading source lines 2020-02-12 23:19:45 +01:00
Alexey 8d76f7d195
v2: remove redundant EOL normalization in cgen test 2020-02-12 23:19:17 +01:00
Alexander Medvednikov 9d46fb9f90 v2: [] expr for known arrays; p.expected_type 2020-02-12 17:39:51 +01:00
Alexey ab7a79cb90
ci: fix complilation in periodic workflow 2020-02-12 17:34:11 +01:00
Delyan Angelov 0ad5d53423
net.http: more robust handling of relative /path URL redirects 2020-02-12 14:52:39 +01:00
penguindark 67e7ad13de
math.bits: added missing functions and test 2020-02-12 11:32:03 +01:00
Alexander Medvednikov d9cf98f772 v2: imports 2020-02-12 01:16:38 +01:00
Alexander Medvednikov 0ec5680156 array: bring back reduce test 2020-02-11 13:22:22 +01:00
Alexander Medvednikov 17212f816c v2: high order functions 2020-02-11 13:21:41 +01:00
Alexander Medvednikov 2838d12227 v2: fn_args() 2020-02-11 13:03:14 +01:00
joe-conigliaro d25a0e30dc
v2: make index_expr return array array element type 2020-02-11 12:59:40 +01:00
Alexander Medvednikov 9610821884 v2: defer; match a,b; if x := 2020-02-11 10:26:46 +01:00
joe-conigliaro f7b80c3c62 v2: fix fixed array parsing 2020-02-11 14:45:33 +11:00
Alexander Medvednikov 2d7c80bbc3 v2: match sum type; { x | } 2020-02-11 00:07:01 +01:00
Alexander Medvednikov a21e3d77e9 fix prod build 2020-02-10 23:47:42 +01:00
Alexander Medvednikov 747f6829ab v2: enum decl; type decl; [start..end] fix; %= 2020-02-10 23:19:50 +01:00
Alexander Medvednikov 26cfaa150e v2: match expr; enum val; string formatting 2020-02-10 20:33:46 +01:00
Nicolas Sauzede d51c159160
math: add sqrtf 2020-02-10 18:48:44 +01:00
yuyi c1c2b648ab
os: typo in wait 2020-02-10 18:48:01 +01:00
Alexander Medvednikov d5f90ef64b v2: handle unresolved consts 2020-02-10 18:43:25 +01:00
joe-conigliaro bf5ed5e451
v2: fix array index, for loop, add cast expr & other minor fixes 2020-02-10 14:43:17 +01:00
Alexander Medvednikov c9f619dc72 v2: parse `filter()` 2020-02-10 14:42:57 +01:00
Alexander Medvednikov 3f6ccd3120 v2: minor fixes 2020-02-10 13:58:24 +01:00
radare 211d35d647 fix build on FreeBSD 2020-02-10 09:00:26 +01:00
radare 7dc040b01c fix -prod on OpenBSD 2020-02-10 08:57:35 +01:00
joe-conigliaro e274c5c485 v2: type sys - store type idx/ptr in int & add helpers 2020-02-10 08:32:08 +01:00
penguindark 9845fd1cf5
math.bits: tests 2020-02-09 21:16:03 +01:00
Delyan Angelov f76651604d
compiler: bugfix for raw'"' 2020-02-09 16:29:05 +01:00
Alexey 984fd8c05e
PR template: update selfcompile instruction 2020-02-09 15:41:19 +01:00
joe-conigliaro 94537c5901
compiler: scope type alias to module 2020-02-09 15:40:31 +01:00
Alexander Medvednikov 179fb13a17
Delete v2.v 2020-02-09 10:40:29 +01:00
Alexey 11ded170ee
readme: update selfcompile instruction 2020-02-09 10:39:45 +01:00