Brandon Rozek
|
efc49584ee
|
Started using unique_ptr
Nodes and variables now contain unique references to Values
|
2018-10-01 00:08:24 -04:00 |
|
Brandon Rozek
|
d740cc17af
|
Made toString functions and overloaded the stream operator
|
2018-09-28 22:49:26 -04:00 |
|
Brandon Rozek
|
8dd2e789c0
|
struct->classes
Environment now has destructor
|
2018-09-28 21:54:24 -04:00 |
|
Brandon Rozek
|
33bb265d27
|
Replaced ints with uints and added comments indicating where I'll want delete statements in the future.
|
2018-09-28 14:11:58 -04:00 |
|
Brandon Rozek
|
9a727aa83b
|
Delete node now is replaced by deconstructor
|
2018-09-28 13:33:11 -04:00 |
|
Brandon Rozek
|
6022898e2b
|
Replaced make_node with a Node constructor
|
2018-09-28 12:05:06 -04:00 |
|
Brandon Rozek
|
f8f7829cb6
|
Used a stl array for nodes for better maintanability
|
2018-09-27 22:37:21 -04:00 |
|
Brandon Rozek
|
3cdf1f439c
|
Changed extensions from C style to C++ style
|
2018-09-26 19:28:55 -04:00 |
|