Daniel Däschle
|
7d6f97259f
|
all: refactor UnionSumType to SumType (#6944)
|
2020-11-25 13:09:40 +02:00 |
Daniel Däschle
|
6271798ce3
|
cgen: union sum types implementation (#6745)
|
2020-11-11 09:18:15 +01:00 |
Larpon
|
4051ce869c
|
all: remove unused enum value and improve error message for `@` tokens in scanner (#6751)
|
2020-11-05 12:59:49 +02:00 |
Larpon
|
785bf40f67
|
all: remove comp time '@' expansion from scanner (#6746)
|
2020-11-05 10:12:32 +02:00 |
Nick Treleaven
|
9f33b33803
|
parser: warn about ambiguous infix/prefix op token (#6491)
|
2020-09-29 03:13:10 +02:00 |
spaceface777
|
ff92c3409d
|
ast: merge `IfExpr` and `CompIf` (#6011)
|
2020-09-18 00:58:54 +02:00 |
Uwe Krüger
|
9a5f040f72
|
all: handle `<-` arrow token for channel operations (#6152)
|
2020-08-17 20:12:00 +02:00 |
Swastik Baranwal
|
f3817c47f9
|
token: remove switch keyword (#6056)
|
2020-08-04 11:04:07 +02:00 |
Uwe Krüger
|
ef02373061
|
all: remove `rwshared` keyword, make its semantics default for `shared` (#5710)
|
2020-07-07 01:57:31 +02:00 |
Uwe Krüger
|
3b067f5f85
|
all: experimental locked concurrency support, part 1 (#5637)
|
2020-07-04 12:44:25 +02:00 |
Emily Hudson
|
c84bafbdae
|
vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax
|
2020-06-27 21:46:04 +02:00 |
Uwe Krüger
|
a1bad50b2f
|
token: use only one representation for precedences
|
2020-06-25 11:36:13 +02:00 |
Delyan Angelov
|
4fc41c4bc4
|
v: add compiler support for _unlikely_(x) too
|
2020-06-09 18:11:03 +03:00 |
Delyan Angelov
|
c7d4360931
|
v: add full compiler support for _likely_(x)
|
2020-06-09 17:42:43 +03:00 |
Delyan Angelov
|
8d3f680d07
|
vdoc: implement .toplevel_comments parsing mode
|
2020-06-06 19:05:26 +03:00 |
joe-conigliaro
|
34af7ccba9
|
scanner: cut keyword lookups in half
|
2020-06-06 19:49:50 +10:00 |
Alexander Medvednikov
|
63b8cdea7a
|
checker: require () in a && b || c
|
2020-06-02 22:21:44 +02:00 |
Alexander Medvednikov
|
fb3e52ca63
|
all: `!is` operator
|
2020-06-02 16:18:12 +02:00 |
yuyi
|
d096763f62
|
token: change 'STR' kind to 'string'
|
2020-05-07 16:26:22 +02:00 |
Alexander Medvednikov
|
9971c58ca3
|
all: remove `var` key
|
2020-04-30 16:55:33 +02:00 |
Alexander Medvednikov
|
83552a0d58
|
array: replace make() with the new init syntax
|
2020-04-26 17:52:27 +02:00 |
Alexander Medvednikov
|
3ab8dc0092
|
parser: array init: `[]string` => `[]string{}`
|
2020-04-26 09:17:17 +02:00 |
Alexander Medvednikov
|
871c29ea5d
|
x64: fn calls; return;
|
2020-04-20 22:21:40 +02:00 |
Alexander Medvednikov
|
af224b4933
|
parser/cgen: is keyword
|
2020-04-16 15:32:14 +02:00 |
Alexander Medvednikov
|
efaec8be8e
|
token/parser: var keyword
|
2020-04-15 01:45:27 +02:00 |
Alexander Medvednikov
|
581d836de6
|
!in operator
|
2020-04-11 21:31:54 +02:00 |
Daniel Däschle
|
32550c6d69
|
scanner: even better error messages
|
2020-04-10 00:09:34 +02:00 |
Alexander Medvednikov
|
7a218286b3
|
cgen: fix returning optional consts; fix csv test
|
2020-04-08 17:21:36 +02:00 |
Alexander Medvednikov
|
eb78396307
|
parser: fix prefix precedence
|
2020-04-08 13:53:11 +02:00 |
Alexander Medvednikov
|
97db4c0e9a
|
vfmt: comments and other fixes
|
2020-04-05 02:08:13 +02:00 |
yuyi
|
bd8d51fc95
|
token: small optimizations
|
2020-04-01 16:50:56 +02:00 |
Alexander Medvednikov
|
7fd81d3abb
|
parser: fix ^=; disable generics and interface map tests for now
|
2020-04-01 15:15:21 +02:00 |
yuyi
|
56a9196be8
|
token: fix nr_tokens
|
2020-04-01 12:12:25 +02:00 |
Alexander Medvednikov
|
b290efa394
|
ast: TypeOf
|
2020-03-19 12:15:42 +01:00 |
Alexander Medvednikov
|
843bb6dac1
|
cgen: lots of fixes
|
2020-03-15 00:46:08 +01:00 |
Alexander Medvednikov
|
4b4c47461b
|
cgen: error fixes; table: simplify; compiler tests
|
2020-03-13 01:43:30 +01:00 |
Alexander Medvednikov
|
d05bdad638
|
pratt: handle &=
|
2020-03-01 23:26:23 +01:00 |
Major Taylor
|
ee9cfe22ec
|
scanner: fix a typo in right_shift
|
2020-02-28 17:16:24 +01:00 |
Alexander Medvednikov
|
e56bf42270
|
v2: xor, for x = ...
|
2020-02-20 21:28:08 +01:00 |
Alexander Medvednikov
|
c099cd8bf6
|
pratt: fix precedence
|
2020-02-20 12:59:05 +01:00 |
joe-conigliaro
|
dc90f4f4a6
|
v2: remove unresolved types; handle types in checker; add ast.scope
|
2020-02-15 13:37:48 +01:00 |
Alexander Medvednikov
|
17212f816c
|
v2: high order functions
|
2020-02-11 13:21:41 +01:00 |
Alexander Medvednikov
|
747f6829ab
|
v2: enum decl; type decl; [start..end] fix; %=
|
2020-02-10 23:19:50 +01:00 |
Alexander Medvednikov
|
f241945d70
|
v2: `as` cast
|
2020-02-07 09:19:45 +01:00 |
Alexander Medvednikov
|
2b433cdf64
|
v2: match, <<=, >>=, |=, ~, unsafe, map init
|
2020-02-05 10:00:14 +01:00 |
Alexander Medvednikov
|
9b60a50d07
|
v2: maps, <<, >>, method calls
|
2020-02-04 12:50:58 +01:00 |
Alexander Medvednikov
|
83f0c228e9
|
v2: parse builtin.v, cfns.v float.v
|
2020-02-04 09:54:15 +01:00 |
Alexander Medvednikov
|
432ee93916
|
v2: break, continue, for in fixes, fixed size array, |
|
2020-02-04 08:29:50 +01:00 |
Alexander Medvednikov
|
71653273f6
|
v2: range, *, function object
|
2020-02-02 14:32:12 +01:00 |
Shun Sakai
|
c8c43a2475
|
update copyright year
|
2020-01-23 21:04:46 +01:00 |