tinyvm/programs
Payton Turnage c80d6974cb Substitute defines with their strings.
Before allocating space for a token, the lexer will first check to see
if that token is a defined name. If it is, it will allocate space for
the defined string instead.

A test file is included in programs/tinyvm/preprocessor to demonstrate
the behavior. When functioning, the program will print the fibonacci
sequence.
2014-01-12 21:43:57 -05:00
..
asm * Added directory programs/asm/ for counterparts to the VM programs written in assembly 2011-08-20 02:49:48 -07:00
c Added example program euler1_nodiv.c 2013-01-24 10:34:25 -07:00
tinyvm Substitute defines with their strings. 2014-01-12 21:43:57 -05:00