Archived
1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
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
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/shell.c (Browse further)