Brandon Rozek
|
034a97e3ab
|
Fixed up the compiler warning of destructor and reuse one of the Value*'s during operations to conserve memory.
|
2018-10-01 13:22:33 -04:00 |
|
Brandon Rozek
|
423233bfb1
|
Now return copy of values when accessing values from nodes or variables
|
2018-09-30 22:31:22 -04:00 |
|
Brandon Rozek
|
cdbafe8d0d
|
Made numeric types vector based
|
2018-09-29 12:23:36 -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
|
4c2afd779d
|
Replaced create_environment with constructor
|
2018-09-28 09:59:04 -04:00 |
|
Brandon Rozek
|
0bd0cf3435
|
Replaced arrays for environment with vectors that way we can hold "unlimited" variables.
|
2018-09-27 22:57:00 -04:00 |
|
Brandon Rozek
|
492a581d19
|
Eradicated the char* existent in the variable struct
|
2018-09-26 19:42:22 -04:00 |
|
Brandon Rozek
|
3cdf1f439c
|
Changed extensions from C style to C++ style
|
2018-09-26 19:28:55 -04:00 |
|