1
0
forked from GitHub/gf-core

Removed fixed FIXMEs.

This commit is contained in:
bringert
2007-03-20 21:15:26 +00:00
parent 3dacf21a41
commit 2230a28e21
2 changed files with 0 additions and 4 deletions

View File

@@ -14,8 +14,6 @@
--
-- FIXME: remove \/ warn \/ fail if there are int \/ string literal
-- categories in the grammar
--
-- FIXME: figure out name prefix from grammar name
-----------------------------------------------------------------------------
module GF.Speech.SRG (SRG(..), SRGRule(..), SRGAlt(..),

View File

@@ -11,8 +11,6 @@
--
-- This module does some useful transformations on CFGs.
--
-- FIXME: remove cycles
--
-- peb thinks: most of this module should be moved to GF.Conversion...
-----------------------------------------------------------------------------