summaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* * parser.c (open_txr_file): Bugfix: the name of the parsedKaz Kylheku2015-07-131-1/+1
* Handle setting of parse name through prime_parser.Kaz Kylheku2015-07-101-3/+4
* Fix wrong name reported for errors in first top-level form.Kaz Kylheku2015-07-101-1/+2
* Fix off by one error line numbers for .tl files.Kaz Kylheku2015-07-101-3/+7
* Remove unused "primer" member from parser_t.Kaz Kylheku2015-07-101-7/+4
* Bugfix: lexer loses unmatched "hold char" between top-level forms.Kaz Kylheku2015-07-101-6/+11
* Parser cleanup: embed scanner in parser.Kaz Kylheku2015-07-091-6/+26
* Hash-bang support for .tl files.Kaz Kylheku2015-07-021-1/+10
* * 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