]> git.mdlowis.com Git - proto/sclpl.git/commit
Added 'platform abstraction layer' to abstract out the details of memory allocation...
authorMichael D. Lowis <mike@mdlowis.com>
Mon, 5 May 2014 19:45:39 +0000 (15:45 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Mon, 5 May 2014 19:45:39 +0000 (15:45 -0400)
commit3dba41846fbb7dc685c4b9cccdf3df498fae9d09
tree2964d4617e1736077f7b9f546d6a0d3bc027d4ba
parent73c0f9a8726e5a0d1630265ea80ab6dfbb3ae8a7
Added 'platform abstraction layer' to abstract out the details of memory allocation and parser input/output
SConstruct
source/slvm/main.c
source/slvm/pal.h [new file with mode: 0644]
source/slvm/parser.c
source/slvm/parser.h
source/slvm/platform/C99/pal.c [new file with mode: 0644]
source/slvm/slvm.h