summaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* * parser.c (parser_mark): Do not mark p->syntax_tree ifKaz Kylheku2015-06-191-1/+2
* @(load) and @(include) now load Lisp code.Kaz Kylheku2015-06-121-0/+30
* Preparing for lisp loading.Kaz Kylheku2015-06-101-7/+58
* Error handling improvement in read.Kaz Kylheku2015-06-101-4/+6
* * parser.c (stream_parser_hash): New static variable.Kaz Kylheku2015-06-071-7/+47
* * match.c (v_load): Call parse_once rater than parse.Kaz Kylheku2015-06-071-2/+2
* * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,Kaz Kylheku2015-05-071-4/+5
* * parser.c (open_txr_file, regex_parse, lisp_parse): FunctionsKaz Kylheku2014-12-211-0/+77
* * Makefile (OBJS): Add parser.o.Kaz Kylheku2014-12-211-0/+89