|
28f7cd1b30
|
Add creating tree functions.
|
2018-06-15 22:56:56 -07:00 |
|
|
5492aa6f63
|
Change free condition for tree.
|
2018-06-13 23:28:42 -07:00 |
|
|
39dd07b134
|
Add pseudo-refcounting to tree creation.
|
2018-06-12 23:34:18 -07:00 |
|
|
5d3130d39d
|
Format the code with clang-format.
|
2018-04-21 14:09:01 -07:00 |
|
|
3ada78a557
|
Use reference counting for types.
|
2018-04-17 22:14:28 -07:00 |
|
|
77123561f0
|
Add a function to check if a tree node has a scope.
|
2018-03-24 00:36:10 -07:00 |
|
|
7ab5eba529
|
Make distinction between prefix and postfix unary operators in trees.
|
2018-03-17 18:25:23 -07:00 |
|
|
c131fbc758
|
Implement reserved operator parsing.
|
2018-03-16 23:09:41 -07:00 |
|
|
bb61dbcd54
|
Add support for the return keyword.
|
2018-03-08 21:31:24 -08:00 |
|
|
f3f1cc8c43
|
Rename all the tree enums to have a prefix.
This prevents some possible naming collisions.
|
2018-03-08 21:13:25 -08:00 |
|
|
2d26e45e90
|
Add function node parsing.
|
2018-03-08 21:10:05 -08:00 |
|
|
ac8e2ff418
|
Implement the do-while loop.
|
2018-02-27 12:30:37 -08:00 |
|
|
976b6d1b1a
|
Add code to parse while loops.
|
2018-02-27 11:57:45 -08:00 |
|
|
c18a5e49de
|
Add the call node as one of the nodes that contains a vector.
|
2018-02-25 23:09:13 -08:00 |
|
|
88108bb3c0
|
Make the has string and has vector functions public.
|
2018-02-25 22:57:45 -08:00 |
|
|
96b2dc234f
|
Remove currently unused node types from the tree code.
|
2018-02-18 19:42:54 -08:00 |
|
|
811704be25
|
Add a recursive tree freeing function.
|
2018-02-17 19:20:10 -08:00 |
|
|
841c2f15e5
|
Add function to free tree nodes.
|
2018-02-17 12:55:50 -08:00 |
|