Commit Graph

8 Commits

Author SHA1 Message Date
e233616b8e Implements if, elseif and else statements
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-08 14:25:15 +02:00
f4a3918947 Implements return statement
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-07 15:23:13 +02:00
c407ba2f50 Implements parsing function declarations 2019-05-31 15:00:14 +02:00
5d1c3ac9ba Implements assignment binding 2019-05-28 17:49:03 +02:00
dbd7dfdd73 Implements assignment parsing 2019-05-26 14:20:40 +02:00
2fe6f570ec Properly clear up memory of parsed results 2019-05-21 18:36:31 +02:00
1e5cd010a1 Initial layout for binder 2019-05-21 18:09:08 +02:00
37e770f1cb Implements expression parsing 2019-05-20 17:45:03 +02:00