]> git.mdlowis.com Git - proto/sclpl.git/commit
Fixed valgrind errors for garbage collector and implemented proper destructor for...
authorMike D. Lowis <mike.lowis@gentex.com>
Tue, 13 Oct 2015 17:05:19 +0000 (13:05 -0400)
committerMike D. Lowis <mike.lowis@gentex.com>
Tue, 13 Oct 2015 17:05:19 +0000 (13:05 -0400)
commit762d3215d96315ba9366134375a14e1cf3895111
tree7815bee89915bfffd8a930a1acdb1877ed4ff991
parent931b2378f550e7d068d4955c5f0b2a27313e86c8
Fixed valgrind errors for garbage collector and implemented proper destructor for AST nodes
build.rb
modules/libopts
source/ast.c
source/gc.c
source/main.c
source/parser.c