Mazdak Farrokhzad
|
b4e8a773df
|
simplify bidi override logic
|
2022-06-21 17:12:36 +02:00 |
|
Mazdak Farrokhzad
|
1d92e07fdf
|
simplify tokenize_iter
|
2022-06-21 17:12:36 +02:00 |
|
Mazdak Farrokhzad
|
2c194b8e57
|
reduce work for string literals bidi check
|
2022-06-21 17:12:36 +02:00 |
|
Mazdak Farrokhzad
|
8b3e87889f
|
cargo clippy
|
2022-06-21 17:12:36 +02:00 |
|
Mazdak Farrokhzad
|
7226659bf6
|
Value -> Literal
|
2022-06-21 17:12:34 +02:00 |
|
Mazdak Farrokhzad
|
ddbf2ae849
|
1. Speed up string literal lexing.
2. Move address check to parser.
3. Move assignment place WF check to type checker.
|
2022-06-21 17:07:44 +02:00 |
|
gluax
|
c9ab4bd3d7
|
add bitwise op parsing, fix tests
|
2022-06-16 15:40:48 -07:00 |
|
gluax
|
b656fd5347
|
fix type checking on certain bitwise operations
|
2022-06-16 12:49:41 -07:00 |
|
gluax
|
2181672b60
|
had to fix function calls after previous changes
|
2022-06-16 12:03:24 -07:00 |
|
gluax
|
a40d025d18
|
clean up of parsing method call fixs
|
2022-06-16 11:36:50 -07:00 |
|
gluax
|
33fe8ebbc2
|
fixes bug #1877 to make debugging easier, fixes parsing of method calls
|
2022-06-16 11:33:16 -07:00 |
|
collin
|
b2890f393a
|
merge testnet3
|
2022-06-15 10:23:01 -07:00 |
|
Mazdak Farrokhzad
|
eee838abba
|
fixes in special methods parsing
|
2022-06-15 14:51:44 +02:00 |
|
collin
|
0e59e9bcf9
|
fix cmp type checking
|
2022-06-14 10:55:59 -07:00 |
|
collin
|
6c759b7174
|
impl unary
|
2022-06-13 18:35:18 -07:00 |
|
collin
|
831e011f42
|
use more clear type checking methods
|
2022-06-13 14:53:01 -07:00 |
|
gluax
|
2c9a91552c
|
Merge branch 'testnet3' of github.com:AleoHQ/leo into feature/compiler-benchmarking
|
2022-06-12 09:26:30 -07:00 |
|
gluax
|
3a056220ff
|
doing some recommended changes
|
2022-06-12 09:26:14 -07:00 |
|
collin
|
02e3313d59
|
add docs for type checking and fix bugs
|
2022-06-10 17:21:33 -07:00 |
|
collin
|
32f0c96b6f
|
impl shl shr tokens and type checking
|
2022-06-10 16:33:30 -07:00 |
|
collin
|
4e3ed8d4dc
|
regen tests
|
2022-06-10 13:02:16 -07:00 |
|
collin
|
f248827b37
|
impl binary operators WIP no tests
|
2022-06-09 16:47:31 -07:00 |
|
collin
|
0e0ec362f1
|
cargo fmt
|
2022-06-09 13:24:01 -07:00 |
|
collin
|
1b4e37e66e
|
fix symbol index bug
|
2022-06-09 13:16:54 -07:00 |
|
collin
|
9797175f16
|
remove method call expr and type checking
|
2022-06-09 13:07:30 -07:00 |
|
collin
|
a32418133c
|
parse method calls directly
|
2022-06-09 13:01:59 -07:00 |
|
gluax
|
36440719fb
|
resolve merge conflicts
|
2022-06-09 12:46:59 -07:00 |
|
gluax
|
540fdccffe
|
Update abnf, and give docs over parser keywords
|
2022-06-09 12:45:52 -07:00 |
|
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 |
|
collin
|
df08cd1e26
|
order dependencies
|
2022-06-08 14:47:34 -07:00 |
|
collin
|
5dba9cf07f
|
impl method call type checking
|
2022-06-08 14:44:08 -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 |
|
gluax
|
f6990e75fc
|
fixed some bugs
|
2022-06-08 06:46:54 -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
|
f0a1573058
|
impl method call expression parsing
|
2022-06-03 13:27:23 -04: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 |
|