]> git.mdlowis.com Git - proto/sclpl.git/commit
Broke out parse tree structure and related functions into it's own module
authorMichael D. Lowis <mike@mdlowis.com>
Wed, 29 Oct 2014 20:45:39 +0000 (16:45 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Wed, 29 Oct 2014 20:45:39 +0000 (16:45 -0400)
commitfc0a3757a5995c3418c591cdf5bf7d9250e923b0
tree711469d9904095039f15d631430a781f8c1cc899
parent38d748e2b46d6556d3eada3e06270982aeba0075
Broke out parse tree structure and related functions into it's own  module
source/sclpl/codegen.c
source/sclpl/main.c
source/sclpl/parser.c
source/sclpl/parser.h
source/sclpl/tree.c [new file with mode: 0644]
source/sclpl/tree.h [new file with mode: 0644]