summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/tokenizer/test.c
blob: 49d6160171867740816962fc6e9cea60f239b53a (plain)
1
2
3
4
5
6
#include "parser.h"

int main(){
	char *sample = "(write \"hello\")";
	preProcess(sample);
}