Archived
1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
Brandon Rozek
7d044f5698 Fixed error with lambda functions not parsing correctly 2018-09-28 15:28:31 -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
f0fc180319 fprintf/printf changed to cout/cerr 2018-09-28 12:32:36 -04:00
Brandon Rozek
6022898e2b Replaced make_node with a Node constructor 2018-09-28 12:05:06 -04:00
Brandon Rozek
4c2afd779d Replaced create_environment with constructor 2018-09-28 09:59:04 -04:00
Brandon Rozek
53575d25f9 Converted NULL to nullptr
Converted fprintf to cout/cerr
Removed as much C dependencies as possible
2018-09-26 20:03:54 -04:00
Brandon Rozek
3cdf1f439c Changed extensions from C style to C++ style 2018-09-26 19:28:55 -04:00
Renamed from src/operations/node.c (Browse further)