eliot/dic
Antoine Fraboulet 49a41bb311 - added + ? and [^xx] works in most of the cases, automata is no more
deterministic, I have to rewrite the automaton_build to correct this.
2005-04-27 17:35:03 +00:00
..
.cvsignore Added .cvsignore files 2004-07-08 18:17:31 +00:00
automaton.c fixed a memory leak when freeing automaton 2005-04-19 20:18:32 +00:00
automaton.h fixed a memory leak when freeing automaton 2005-04-19 20:18:32 +00:00
compdic.c - documentation added for the dictionary 2005-04-19 16:26:50 +00:00
dic.c uint_t -> dic_elt_t for dictionary 2005-04-20 18:11:00 +00:00
dic.h doxygen doc changes 2005-04-26 07:37:55 +00:00
dic_internals.h - documentation added for the dictionary 2005-04-19 16:26:50 +00:00
dic_search.c - added + ? and [^xx] works in most of the cases, automata is no more 2005-04-27 17:35:03 +00:00
dic_search.h - added + ? and [^xx] works in most of the cases, automata is no more 2005-04-27 17:35:03 +00:00
er.l - added + ? and [^xx] works in most of the cases, automata is no more 2005-04-27 17:35:03 +00:00
er.y - added + ? and [^xx] works in most of the cases, automata is no more 2005-04-27 17:35:03 +00:00
hashtable.c *** empty log message *** 2004-04-08 09:43:06 +00:00
hashtable.h *** empty log message *** 2004-04-08 09:43:06 +00:00
listdic.c yyparser ok. must change things to have a unique prefix instead of yy* 2005-04-16 20:55:51 +00:00
Makefile.am DEBUG_RE removed 2005-04-19 18:09:44 +00:00
regexp.c - added + ? and [^xx] works in most of the cases, automata is no more 2005-04-27 17:35:03 +00:00
regexp.h - added + ? and [^xx] works in most of the cases, automata is no more 2005-04-27 17:35:03 +00:00
regexpmain.c - added + ? and [^xx] works in most of the cases, automata is no more 2005-04-27 17:35:03 +00:00