0rphon
|
39ea7a3ceb
|
Merge branch 'testnet3' into improve-parser-tests
|
2022-03-08 00:57:32 -08:00 |
|
Collin Chin
|
5e2ba78750
|
Merge pull request #1656 from AleoHQ/remove/unsized-array
Remove/unsized array
|
2022-03-07 17:14:03 -08:00 |
|
collin
|
6a33035257
|
remove unsized array parser tests
|
2022-03-07 14:50:53 -08:00 |
|
gluax
|
789862103e
|
another char bug fix
|
2022-03-04 11:18:28 -08:00 |
|
gluax
|
308512fab9
|
add tests
|
2022-03-04 10:26:34 -08:00 |
|
gluax
|
85764aa394
|
fix self discrep
|
2022-03-04 10:03:42 -08:00 |
|
0rphon
|
7d2cbb2ec2
|
done with coverage
finished coverage tests. adding case by case tests from the parser fuzzer next
|
2022-03-02 14:13:37 -08:00 |
|
0rphon
|
cc71ed2d07
|
emoji tests
|
2022-02-25 17:21:41 -08:00 |
|
0rphon
|
6f9ffcedf2
|
more edge cases
|
2022-02-23 17:24:51 -08:00 |
|
0rphon
|
c6926ef1fa
|
Merge remote-tracking branch 'origin/testnet3' into improve-parser-tests
|
2022-02-23 15:07:49 -08:00 |
|
0rphon
|
ba6f235937
|
added some more test cases
|
2022-02-23 15:07:32 -08:00 |
|
damirka
|
aa61840eb6
|
Merge branch 'testnet3' into leo-parser-inputs
|
2022-02-22 02:59:54 +03:00 |
|
damirka
|
0c22d631e8
|
adds tests, removes legacy code
|
2022-02-22 02:18:33 +03:00 |
|
Collin Chin
|
7fb6216a13
|
Merge pull request #1625 from AleoHQ/bug/1620-malformed-block-comments
[Fix] malformed block comments
|
2022-02-21 11:01:21 -08:00 |
|
gluax
|
122315db3d
|
fix test
|
2022-02-18 15:37:49 -08:00 |
|
0rphon
|
c767907b25
|
removed more dead lexer code
|
2022-02-18 16:29:24 -07:00 |
|
0rphon
|
938f1fdbc1
|
removed dead code from lexer
|
2022-02-18 15:49:39 -07:00 |
|
gluax
|
44a3d63b2f
|
fix one test, pull latest changes
|
2022-02-18 13:10:17 -08:00 |
|
gluax
|
d769cc634d
|
working on adding a parse import namespace
|
2022-02-18 13:07:49 -08:00 |
|
0rphon
|
d46a041895
|
save progress before denver
|
2022-02-16 11:33:52 -08:00 |
|
0rphon
|
0d6c258068
|
save progress
|
2022-02-14 17:25:57 -08:00 |
|
collin
|
d343f487ad
|
temporarily remove parser import tests
|
2022-02-08 13:18:48 -05:00 |
|
gluax
|
57bc95879d
|
pull upstream testnet2 resolve conflicts
|
2022-02-01 13:30:03 -08:00 |
|
gluax
|
0981874787
|
tested all unreachables
|
2022-01-28 11:30:45 -08:00 |
|
gluax
|
9cb1f3632d
|
add missed cases, test unreachable exprs
|
2022-01-28 11:28:19 -08:00 |
|
gluax
|
22d24411b7
|
test unreachable contexts
|
2022-01-28 10:57:13 -08:00 |
|
gluax
|
2bb1d8f8d6
|
migrate parser tests from staging
|
2022-01-28 10:34:02 -08:00 |
|
gluax
|
5b7daa7b10
|
disable tgc binary for now
|
2022-01-28 10:26:42 -08:00 |
|
collin
|
22b16a0bcb
|
regenerate all tests
|
2022-01-25 16:17:36 -08:00 |
|
damirka
|
af777c085d
|
adds .len() parser tests
|
2021-09-17 17:39:28 +03:00 |
|
gluaxspeed
|
20d64970ab
|
merge master, color only at cli as it breaks tests, remove debug
|
2021-07-26 16:49:33 -07:00 |
|
gluaxspeed
|
a9593971b9
|
format string and grammar changes
|
2021-07-20 14:52:35 -07:00 |
|
gluaxspeed
|
39e21e5d93
|
add more tests
|
2021-07-09 12:15:29 -07:00 |
|
gluax
|
bcb50ae27f
|
change equality_expressions
|
2021-07-01 13:40:29 -07:00 |
|
gluax
|
eee9cfc1be
|
fix parser to match abnf conditional
|
2021-06-30 22:20:06 -07:00 |
|
gluax
|
debaf9cd61
|
more byte failing tests
|
2021-06-11 10:05:08 -07:00 |
|
gluax
|
5b4cc494c1
|
fix parser bug allowing illegal unicode escape
|
2021-06-10 10:59:35 -07:00 |
|
gluax
|
d6266102c3
|
more tests, hex fix
|
2021-06-09 15:54:05 -07:00 |
|
damirka
|
ecff3d6f2b
|
fixes #995
|
2021-06-02 14:53:32 +03:00 |
|
gluax
|
bdcf7ce944
|
resolve direct unicode in a string
|
2021-05-25 13:49:26 -04:00 |
|
gluax
|
53a668ae14
|
resolve multiple chars in a char, tests for it
|
2021-05-25 12:18:01 -04:00 |
|
damirka
|
a3416c1e3e
|
added max value for \x7F escape
|
2021-05-24 15:13:33 +03:00 |
|
damirka
|
497b039d60
|
added few more test cases for strings
|
2021-05-24 13:10:28 +03:00 |
|
gluax
|
7145a751d9
|
console.log refactor, concat test... has asg or TIPhase reducer bug
|
2021-05-22 21:15:07 -04:00 |
|
gluax
|
1c57eb4196
|
input string syntax
|
2021-05-22 17:57:05 -04:00 |
|
gluax
|
329b330c15
|
merge remote
|
2021-05-22 10:47:08 -04:00 |
|
gluax
|
cce0f597de
|
Revert "refactor for better errors, code shouldn't have been in the lexer"
This reverts commit 1e1486f4ef .
|
2021-05-21 12:33:39 -04:00 |
|
damirka
|
a5f994ad88
|
Merge remote-tracking branch 'origin/feature/char-type' into feature/string-parsing
|
2021-05-20 19:27:51 +03:00 |
|
gluax
|
1e1486f4ef
|
refactor for better errors, code shouldn't have been in the lexer
|
2021-05-19 18:14:56 -04:00 |
|
damirka
|
ed03a385b5
|
fix unicode chars
|
2021-05-19 23:59:54 +03:00 |
|