gluax
|
ba7aef7f1e
|
merge conflicts fix
|
2022-06-09 12:35:26 -07:00 |
|
gluax
|
4607f2955a
|
add some more checks and namespaces for benchmarks, docs
|
2022-06-09 12:23:57 -07:00 |
|
gluax
|
5ce5102a37
|
the rest of the test-framework rework and clean up start
|
2022-06-08 14:06:25 -07:00 |
|
gluax
|
3c7de6e389
|
some compiler lib cleanup
|
2022-06-08 10:53:41 -07:00 |
|
0rphon
|
d43fd813f7
|
fixed compiler benchmarks
|
2022-06-08 00:20:09 -07:00 |
|
gluax
|
9aae2faff6
|
remove input file
|
2022-06-07 09:22:16 -07:00 |
|
gluax
|
384a7b24b8
|
add back compiler options for asts, set up compiler benchmarking
|
2022-06-06 11:45:33 -07:00 |
|
0rphon
|
0af9622cd9
|
replaced structopt with clap
|
2022-06-06 11:00:08 -07:00 |
|
Collin Chin
|
18b71d225b
|
Merge pull request #1857 from AleoHQ/more-tyc-bug-fixes
[Fix] Type Checking Bugs
|
2022-06-03 12:09:12 -04:00 |
|
gluax
|
8ad69944c0
|
bug fixes
|
2022-06-02 09:39:49 -07:00 |
|
collin
|
d419e3b7d8
|
merge testnet3
|
2022-06-02 11:51:46 -04:00 |
|
collin
|
27c858a0fc
|
merge testnet3
|
2022-06-02 11:33:11 -04:00 |
|
collin
|
85eb1adcce
|
rename corelib -> core, update readme
|
2022-06-02 11:22:08 -04:00 |
|
Collin Chin
|
59ffe66363
|
Merge branch 'testnet3' into issue-1841
|
2022-06-01 22:51:44 -04:00 |
|
gluax
|
9638a695aa
|
fix more bugs, add type checking
|
2022-06-01 11:16:00 -07:00 |
|
collin
|
3b62e3cc97
|
fix bugs
|
2022-06-01 13:49:55 -04:00 |
|
gluax
|
ace7005ea7
|
fmt
|
2022-06-01 09:26:18 -07:00 |
|
gluax
|
220cb3e730
|
rename stdlib -> corelib
|
2022-06-01 09:09:38 -07:00 |
|
Alessandro Coglio
|
ad43c50902
|
Remove remnant mentions on tendril.
Rename a function.
Rename two variables.
Update some comments.
Remove a README entry that is no longer there.
|
2022-05-31 22:24:17 -07:00 |
|
gluax
|
0ce4639a1b
|
merge upstream, test builtin ident types
|
2022-05-31 10:34:57 -07:00 |
|
Mazdak Farrokhzad
|
6399f873f5
|
improve error for '&' not followed by '&'
|
2022-05-31 16:28:01 +02:00 |
|
Mazdak Farrokhzad
|
c623165742
|
simplify Token::eat
|
2022-05-31 16:16:15 +02:00 |
|
gluax
|
1da03e728b
|
add checks for ident types being allowed built in types
|
2022-05-30 11:29:00 -07:00 |
|
gluax
|
2db204b81e
|
further changes to the visitor pattern to clean up code
|
2022-05-30 10:53:06 -07:00 |
|
collin
|
a230bd1477
|
remove char
|
2022-05-26 16:53:57 -04:00 |
|
collin
|
3de06095ed
|
cargo fmt
|
2022-05-26 16:48:34 -04:00 |
|
collin
|
2327bca617
|
implement static string type
|
2022-05-26 16:43:18 -04:00 |
|
gluax
|
044b2a10a4
|
refa:ctored visitor pattern to better on an the AST
|
2022-05-26 13:29:51 -07:00 |
|
collin
|
4d7540501f
|
add string type to tokenizer + lexer
|
2022-05-26 16:13:03 -04:00 |
|
collin
|
84c0a82008
|
add string type to tokenizer + lexer
|
2022-05-26 15:55:37 -04:00 |
|
gluax
|
94d96f156f
|
fix span for group scalar errors, use suggested doc comment
|
2022-05-26 10:09:34 -07:00 |
|
gluax
|
97ef64aa66
|
trying to modify visitor pattern to better fit type checking
|
2022-05-26 10:05:04 -07:00 |
|
gluax
|
bc174419f7
|
start adding the new core types
|
2022-05-25 16:19:56 -07:00 |
|
gluax
|
4f30e6e896
|
add ident type back in
|
2022-05-25 15:56:44 -07:00 |
|
gluax
|
2117ee3ae8
|
resolve readme conflict
|
2022-05-25 11:55:23 -07:00 |
|
collin
|
e34c35f1b0
|
merge testnet3
|
2022-05-25 14:28:03 -04:00 |
|
collin
|
65408acbb5
|
fix lexer test
|
2022-05-25 14:10:15 -04:00 |
|
collin
|
8d79193474
|
merge testnet3
|
2022-05-25 14:02:10 -04:00 |
|
gluax
|
936360793c
|
slight clean up & handle grammar readme
|
2022-05-25 10:45:25 -07:00 |
|
gluax
|
8cb4b19e66
|
merge upstream changes
|
2022-05-25 09:21:47 -07:00 |
|
collin
|
4bc2fb10f4
|
cargo fmt
|
2022-05-24 13:39:08 -04:00 |
|
Collin Chin
|
c10e305366
|
Update type_.rs
|
2022-05-24 13:24:36 -04:00 |
|
collin
|
38d701851d
|
clean up match
|
2022-05-24 12:49:38 -04:00 |
|
collin
|
c62f876765
|
type checker clean up and add docs
|
2022-05-24 12:11:55 -04:00 |
|
Collin Chin
|
944c5dcdd8
|
Update value.rs
|
2022-05-24 11:27:28 -04:00 |
|
Mazdak Farrokhzad
|
620b3525d4
|
misc parser tweaks
|
2022-05-24 16:48:58 +02:00 |
|
gluax
|
ca3fb11bc3
|
fmt fix
|
2022-05-23 19:01:07 -07:00 |
|
gluax
|
1cd7aad6ad
|
fix #1819
|
2022-05-23 18:55:42 -07:00 |
|
gluax
|
65d237e25f
|
fix last error double printing for error collection
|
2022-05-23 18:14:36 -07:00 |
|
gluax
|
ba4f1666d1
|
fix #1821
|
2022-05-23 18:00:33 -07:00 |
|