lib: Update libs to use correctly ascii and code_point
[nit.git] / contrib / nitcc / src / re2nfa.nit
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2014-12-11 Jean Privatnitcc: remove warnings and improve doc
2014-07-10 Jean Privatnitcc: Accept special token End, but implement it as...
2014-07-08 Jean Privatnitcc: implements complex minus with except
2014-07-08 Jean Privatnitcc: promote `except` to Automaton
2014-07-08 Jean Privatnitcc: accepts literal hexadecimal chars (ex `#x0A`)
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2013-10-31 Jean Privatnitcc: classes and elements allow any forms of text
2013-10-29 Jean Privatnitcc: efficient intervals in nfa/dfa
2013-10-24 Jean Privatnitcc: add Shortest/Longest
2013-10-24 Jean Privatnitcc: add And and Except
2013-10-18 Jean Privatnitcc: move sources to a src/ subdirectory