leo/ast/src
2020-08-10 15:51:39 -07:00
..
access Adds serialization of Leo AST for unit testing and rformal verification 2020-07-28 21:18:43 -07:00
circuits Adds serialization of Leo AST for unit testing and rformal verification 2020-07-28 21:18:43 -07:00
common remove multi_assignment rule and add lists to pest 2020-08-10 15:45:19 -07:00
definitions allow import definition at any point in a leo file 2020-08-07 16:35:55 -07:00
errors require addresses to contain at least one character in pest 2020-08-03 11:55:49 -07:00
expressions rename minus -> negate 2020-08-07 15:14:02 -07:00
files allow import definition at any point in a leo file 2020-08-07 16:35:55 -07:00
functions add definition parsing to typed. add tests 2020-08-05 22:45:52 -07:00
imports Adds serialization of Leo AST for unit testing and rformal verification 2020-07-28 21:18:43 -07:00
macros Adds serialization of Leo AST for unit testing and rformal verification 2020-07-28 21:18:43 -07:00
operations rename minus -> negate 2020-08-07 15:14:02 -07:00
statements clean up comments 2020-08-10 15:51:39 -07:00
types use compound atomic rules in pest, update tests 2020-08-05 18:13:50 -07:00
values refactor ast values 2020-08-05 14:02:39 -07:00
ast.rs use compound atomic rules in pest, update tests 2020-08-05 18:13:50 -07:00
leo.pest clean up comments 2020-08-10 15:51:39 -07:00
lib.rs add definition rule to pest 2020-08-05 20:56:49 -07:00
main.rs Refactor compiler to have a separate typed ast infrastucture 2020-07-29 01:12:17 -07:00
span.rs Add test for span 2020-07-28 22:54:32 -07:00