From bf42a95568f5efffcc87a9b5a7683b7b270a098f Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 17 Apr 2015 23:49:55 -0300 Subject: replaced leg-based parser with handmade parser for templates yay! no leg parser needed anymore. parsers still needs some work and error handling, though. --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 92256ca..3ac375c 100644 --- a/.gitignore +++ b/.gitignore @@ -41,11 +41,8 @@ Makefile.in # tests /tests/check_source_parser -/tests/check_template_grammar +/tests/check_template_parser /tests/check_utils -# leg generated source -/src/template-grammar.c - # tarballs blogc-*.tar.* -- cgit v1.2.3-18-g5258