From 5426d9e2a6b820e34809d639838b26643df9ab17 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 8 Feb 2022 00:29:10 +0800 Subject: fix errors There are multiple subtle errors in the previous version, both in the codes and in the description of the BNF format. This version should fix some problems now. This version can successfully parse the grammar of its own grammar format, which is quite nice. See test/check_reader.c for parsing this format. --- src/bsr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bsr.h') diff --git a/src/bsr.h b/src/bsr.h index 1b91c3e..39abbe9 100644 --- a/src/bsr.h +++ b/src/bsr.h @@ -25,8 +25,6 @@ hash-table's almost constant-time look-up feature to implement this. */ -/* FIXME: Don't use hash-tables, as that uses too much space! */ - /* A BSR set has two types. The first type is of the form -- cgit v1.2.3-18-g5258