Alexey
|
2ab2a58bc5
|
string: add more interpolation tests
|
2020-04-18 18:26:07 +02:00 |
Ruofan XU
|
b0e498bf0b
|
scanner: refactor ident_dec_number
|
2020-04-18 17:49:27 +02:00 |
Tim Basel
|
86df486988
|
compiler: rename is_so to is_shared
|
2020-04-18 17:46:23 +02:00 |
Major Taylor
|
392986b763
|
testing: fix race condition, make messages private
|
2020-04-18 17:44:21 +02:00 |
Kris Cherven
|
3cc7009440
|
cflag: remove circular dependency
|
2020-04-18 16:29:43 +02:00 |
Kris Cherven
|
eb923b4995
|
testing: fix count of succeeded tests
|
2020-04-18 05:49:03 +03:00 |
yuyi
|
5374899f29
|
parser: fix interpolation error
|
2020-04-18 00:22:03 +02:00 |
Enzo Baldisserri
|
0f9322bf36
|
checker: print error and pos for lacking main or pub main
|
2020-04-18 00:20:38 +02:00 |
Enzo Baldisserri
|
f2be3d7ffb
|
checker: check that right `is` type exists
|
2020-04-18 00:19:33 +02:00 |
Tim Basel
|
73073cd954
|
parser: anonymous functions (part 1)
|
2020-04-17 21:59:19 +02:00 |
Enzo Baldisserri
|
fe249ab0c3
|
vtest: remove `pub` before main
|
2020-04-17 21:41:54 +02:00 |
yuyi
|
3e324befd0
|
builder: clean up and simplify some methods
|
2020-04-17 21:17:19 +02:00 |
Alexander Medvednikov
|
515da900e4
|
fmt: remove \t before same line comments
|
2020-04-17 20:53:39 +02:00 |
Alexander Medvednikov
|
2c778c8849
|
fmt: single line matches
|
2020-04-17 20:51:19 +02:00 |
yuyi
|
67cd90de6e
|
parser: fix number parse error
|
2020-04-17 20:31:32 +02:00 |
Kris Cherven
|
84ac634c31
|
checker: disallow pub fn main()
|
2020-04-17 20:30:43 +02:00 |
Alexander Medvednikov
|
c4b7d7cab3
|
match: shadow variable instead of `it`
|
2020-04-17 19:24:10 +02:00 |
Alexander Medvednikov
|
c27a10b956
|
contributing.md: fix a typo
|
2020-04-17 18:27:03 +02:00 |
Alexander Medvednikov
|
405e1ecf88
|
readme: add |
|
2020-04-17 18:25:55 +02:00 |
Alexander Medvednikov
|
a4161feaaa
|
readme: move contributing.md link to the top
|
2020-04-17 18:25:42 +02:00 |
Alexander Medvednikov
|
a358a6b0c6
|
contributing.md: v self
|
2020-04-17 18:20:05 +02:00 |
Alexander Medvednikov
|
59baef89a0
|
parser: assign.v, containers.v, for.v, if.v
|
2020-04-17 18:16:55 +02:00 |
Alexander Medvednikov
|
b53fb365a6
|
parser: move pratt logic to pratt.v
|
2020-04-17 18:11:04 +02:00 |
Alexander Medvednikov
|
16931fd23f
|
parser: move all struct logic to struct.v
|
2020-04-17 18:01:02 +02:00 |
Alexander Medvednikov
|
ed8855c4cd
|
tests: fix struct_unknown_field.v
|
2020-04-17 17:20:35 +02:00 |
Alexander Medvednikov
|
4a556f72bb
|
checker: allow calling private functions in tests
|
2020-04-17 17:18:40 +02:00 |
Alexander Medvednikov
|
06c1b9e95e
|
table/checker: verify private functions/methods
|
2020-04-17 17:16:14 +02:00 |
Daniel Däschle
|
af30bf939e
|
checker: fix return underlining
|
2020-04-17 16:16:56 +02:00 |
Daniel Däschle
|
c1d9e22ca6
|
cgen: gen str() from eprintln and eprint as well
|
2020-04-17 16:15:28 +02:00 |
yuyi
|
420ecaf31d
|
cgen: gen_str_for_array()
|
2020-04-17 16:10:41 +02:00 |
Daniel Däschle
|
402e55d115
|
ast: expr.Position; struct field refactoring
|
2020-04-17 02:38:39 +02:00 |
yuyi
|
8bb11d9035
|
cgen: fix string_interpolation_struct_test.v error
|
2020-04-17 01:45:42 +02:00 |
Major Taylor
|
7bfc3ef767
|
cli: fix issue with long cmd and flag names
|
2020-04-16 23:01:04 +02:00 |
Enzo Baldisserri
|
051cc732bb
|
cgen: generate typeof for functions
|
2020-04-16 21:04:27 +02:00 |
yuyi
|
dee64347e0
|
cgen: fix const_embed_test.v error
|
2020-04-16 19:43:39 +02:00 |
Alexey
|
4c8510dfaf
|
cgen: use `wWinMain` for Windows GUI applications
|
2020-04-16 19:42:04 +02:00 |
Alexey
|
663c69305a
|
cmd/v: fix processing arguments
|
2020-04-16 19:41:24 +02:00 |
Delyan Angelov
|
aed8370d87
|
tetris: enable compilation with -prod; cleanup of font loading errors
|
2020-04-16 19:44:15 +03:00 |
Kris Cherven
|
182108faca
|
fmt fmt.v, vfmt.v
|
2020-04-16 15:54:17 +02:00 |
Alexey
|
54226e74cf
|
sokol: add missing `C` prefixes
|
2020-04-16 15:53:34 +02:00 |
Alexander Medvednikov
|
714ff50322
|
fmt: use the new receiver syntax
|
2020-04-16 15:42:40 +02:00 |
Alexander Medvednikov
|
4b5acfd960
|
parser: (var x X) receiver syntax
|
2020-04-16 15:40:21 +02:00 |
Alexander Medvednikov
|
8760313ce5
|
fmt builder.v
|
2020-04-16 15:35:19 +02:00 |
Alexander Medvednikov
|
af224b4933
|
parser/cgen: is keyword
|
2020-04-16 15:32:14 +02:00 |
Delyan Angelov
|
cc9828b481
|
checker: fix building of shared .so libs
|
2020-04-16 16:30:19 +03:00 |
Enzo Baldisserri
|
e05f103c41
|
cli: make compile
|
2020-04-16 14:50:04 +02:00 |
Delyan Angelov
|
1318c27699
|
tetris: it now works with v2 (on linux) :-)
|
2020-04-16 13:30:40 +03:00 |
Daniel Däschle
|
19723c927b
|
checker: move more checks from parser
|
2020-04-16 12:17:15 +02:00 |
Delyan Angelov
|
554d87f5b0
|
tetris: part 1 of fixing compilation with v2
|
2020-04-16 12:37:59 +03:00 |
Delyan Angelov
|
8a1248b2e7
|
builder: restore module import cycle detection/topological reorder
|
2020-04-16 12:29:36 +03:00 |