Antoine Fraboulet
c44a16dc13
- small typo fix in comments
...
- add doxygen file description
- revert Dic_chr / board_search patch
returning the character instead of the code
was a HUGE performance penalty
The dictionary must use codes, the board must be
made to use codes instead of dic using tiles.
- add Dic_char and Dic_char_lookup as temporary
fixes for board_search. Should modify Board and Cross class
instead.
- create dic_code_t type
2006-01-01 19:51:00 +00:00
Olivier Teulière
b54b760677
Backported modifications in dic/
2005-11-05 17:56:22 +00:00
Olivier Teulière
fe13a5e627
Removed the $Id:$ lines on HEAD
2005-11-04 20:00:05 +00:00
Olivier Teulière
e3bc46b114
Updated licence text with FSF's new address.
2005-10-23 14:53:42 +00:00
Antoine Fraboulet
b9f9bd763e
- regexp are now complete and correct
...
- licence update in files header
2005-05-05 23:45:04 +00:00
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
Antoine Fraboulet
a0b083e83b
adding QMARK, PLUS
2005-04-25 08:18:24 +00:00
Antoine Fraboulet
be0dea2a08
- documentation added for the dictionary
...
- regexp is now working (still needs some testing)
- regexp syntax error recovery is not implemented
2005-04-19 16:26:50 +00:00
Antoine Fraboulet
ad5b5963d5
*** empty log message ***
2005-04-18 17:40:36 +00:00
Antoine Fraboulet
59f7c6df9c
yyparser ok. must change things to have a unique prefix instead of yy*
2005-04-16 20:55:51 +00:00
Antoine Fraboulet
4f1420ed31
- minor dictionary .h changes
...
- starting integrating regexp into eliot
2005-04-09 19:16:09 +00:00
Antoine Fraboulet
1b498989bd
dbut des ER, parcours d'arbre ok, construction automate ok. Manque construction
...
de l'arbre et utilisation automate avec dictionnaire.
2004-06-20 20:13:59 +00:00