Commit Graph

33 Commits

Author SHA1 Message Date
collin
f675e895f5 merge master 2020-08-18 11:22:56 -07:00
raychu86
ae10a78eb5 Add license header 2020-08-18 03:50:26 -07:00
collin
b2866951f6 impl console functions in compiler 2020-08-16 15:18:30 -07:00
collin
1b99d62de8 adds compiler output file and output bytes data structures 2020-07-29 18:32:35 -07:00
collin
7ae351c0c6 evaluate println, debug, error macros 2020-07-09 05:03:10 -07:00
collin
aa708b8084 fix value.field bug 2020-07-08 03:30:15 -07:00
collin
965bdc4d6a fix import module 2020-07-07 21:05:03 -07:00
collin
5557f08435 add program module 2020-07-07 20:13:22 -07:00
collin
edec49e5d0 add function module 2020-07-07 20:06:39 -07:00
collin
7321e90d50 create statement module 2020-07-07 20:03:56 -07:00
collin
5ca2712888 crate expression module 2020-07-07 20:01:25 -07:00
collin
9f4812a178 move address module 2020-07-07 19:58:12 -07:00
collin
b0acd5ea5a update field and group modules 2020-07-07 19:53:37 -07:00
collin
a6092e9a2f add field module 2020-07-07 19:40:01 -07:00
collin
2e24197ea2 create value module 2020-07-07 19:11:26 -07:00
collin
604eb09e27 move definitions 2020-07-07 19:06:45 -07:00
collin
d5bdda89e7 add initial address type to constraints 2020-07-06 02:38:50 -07:00
collin
6a04dd0f58 refactor import file parsing. constraints for imports wip 2020-07-01 21:05:57 -07:00
howardwu
6ad5dc75d5 Migrates program 2020-06-07 20:57:22 -07:00
howardwu
35a897282f Migrates imports 2020-06-07 20:50:37 -07:00
howardwu
6f9f397310 Migrates circuits 2020-06-07 20:45:19 -07:00
howardwu
3286eac221 Removes unused imports and reorders toml in leo-compiler 2020-06-06 23:26:48 -07:00
howardwu
a72a333877 Migrates ast to leo-ast module 2020-06-06 23:17:40 -07:00
collin
bd54f367cf impl syntax error handling 2020-06-04 15:44:38 -07:00
collin
0240eed168 create FieldType module 2020-06-02 11:12:49 -07:00
collin
1232481219 add partial grouptype module 2020-05-29 16:09:27 -07:00
collin
36018853a7 impl compiler error handling 2020-05-08 16:35:00 -07:00
collin
dcd484a62f fix imports 2020-05-05 18:43:31 -07:00
howardwu
219f90cb17 Adds starter integration tests for u32 2020-05-01 22:10:40 -07:00
howardwu
d115870815 Moves compiler.rs to leo-compiler module 2020-04-26 22:37:08 -07:00
howardwu
026b59a67a Rename program to compiler 2020-04-26 22:34:15 -07:00
howardwu
8c5be763ff Compiler wip 2020-04-23 23:57:05 -07:00
howardwu
0a49dd1ec3 Adds compiler module 2020-04-23 18:52:43 -07:00