Merge: doc: fixed some typos and other misc. corrections
[nit.git] / contrib / nitcc /
2019-07-18 Jean Privatnitcc: tests script return non-zero on failure (print...
2019-07-18 Jean Privatnitcc: trim also remove tags on bad states
2018-05-15 Alexandre Terrasacontrib: generate `package.desc` key for all contrib...
2018-02-15 Alexis Laferrière*: remove newly superfluous static types on attributes
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-10-27 Jean Privatnitcc: generate more intermediate automaton
2017-10-27 Jean Privatnitcc: add transformation from a NFA to a epsilonless NFA
2017-10-27 Jean Privatnitcc: remove a truism warning
2017-10-27 Jean Privatnitcc: to_minimal_dfa is a little faster
2017-10-27 Jean Privatnitcc: a empty automaton has at least a start state...
2017-02-27 Jean PrivatMerge: contrib/re_parser
2017-02-20 Alexandre Terrasacontrib/nitcc: improve Automaton::to_dot
2017-02-20 Alexandre Terrasacontrib/nitcc: make Automaton::to_dot return a String
2017-02-16 Alexandre Terrasanitcc: remove nullable warnings
2017-02-16 Alexandre Terrasanitcc: remove trailing spaces
2017-02-16 Alexandre Terrasanitcc: rename `rfa` in `nfa`
2017-02-16 Alexandre Terrasanitcc/re2nfa: remove redef make_rfa types
2017-02-16 Alexandre Terrasanitcc/re2nfa: remove redef value types
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2016-08-12 Jean Privatnitcc: add an example of a monkey-patching of a Lexer...
2016-06-23 Jean Privatnitcc: tests prefixes
2016-06-23 Jean Privatnitcc: fix `Automaton::trim`
2016-06-23 Jean Privatnitcc: add `Automaton::assert_valid`
2016-06-23 Jean Privatnitcc: add `Prefixes` operator
2016-06-23 Jean Privatnitcc: to_minimal_dfa fix transition checks (and docume...
2016-06-21 Jean Privatnitcc: to_minimal_dfa accepts non-tagged DFA
2016-03-10 Jean Privatnitcc: test open class
2016-03-10 Jean Privatnitcc: do not limit accepted literal char to `~`
2016-03-10 Jean Privatnitcc: add open-class regexp for tokens.
2016-02-22 Jean Privatnitcc: improve perf by caching the result of cmangle
2016-02-22 Jean Privatnitcc: fixup the .lr.out file
2016-02-17 Jean Privatnitcc: add test/lexer-any.sablecc
2016-02-17 Jean Privatnitcc: Handle case of DFA state with a unique Any trans...
2015-12-04 Jean Privatnitcc: generate a faster DFA::trans sequence of `if`
2015-12-04 Jean Privatnitcc: simplify the code of trans generation into two...
2015-12-04 Jean Privatnitcc: move the responsibility of making the substring...
2015-12-04 Jean Privatnitcc: move up `text` of token earlier to improve gener...
2015-12-04 Jean Privatnitcc_rt: do not create ignored tokens
2015-09-23 Jean Privatcontrib: rename nitcc/tests/package.ini to plural
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-09 Jean Privatnitcc: collect items with conflict (now that there...
2015-09-09 Jean Privatnitcc: factorize code of alternative reduction
2015-09-09 Jean Privatnitcc:: when removing a reduction in S/R, notify the...
2015-09-09 Jean Privatnitcc: detect S/R even if R/R conflict as a solution...
2015-09-09 Jean Privatnitcc: remove reduction even in non-dangling S/R conflict
2015-09-09 Jean Privatnitcc: remove S/R reduction after detection to avoid...
2015-09-09 Jean Privatnitcc: parser&lexer: do notgenerate top-level methods...
2015-08-30 Jean Privatjwrapper&nitcc: add tests/projects.ini to filter out...
2015-08-30 Jean Privatcontrib: introduce .ini for projects maintained by...
2015-07-13 Jean Privatnitcc: make the autoinit constructor of Automation...
2015-05-29 Jean PrivatMakefile&gitignore: remove .nit_compile
2015-05-27 MehdiFix incoherent name function in minilang
2015-04-14 Jean Privatcontrib: add some check rules
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-20 Jean Privatnitcc: add `no_warning` when generating files
2014-12-13 Jean PrivatMerge: Raise nitc from the dead
2014-12-11 Jean Privatnitcc: remove warnings and improve doc
2014-12-11 Jean Privatcontrib&examples: Makefiles use nitc instead of nitg
2014-11-14 Jean-Christophe... json: Accept only standard escaping.
2014-10-02 Jean Privatlib: new API for Comparator
2014-09-24 Jean Privatnitcc: make builds minilang
2014-09-23 Lucas Bajoletlib/standard/string: Moved escape_to_dot from nitcc...
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-08-27 Jean PrivatMakefile: clean the clean recipes
2014-08-27 Jean Privatnitcc: .gitignore .out files
2014-08-27 Jean Privatnitcc: generate info files with .out instead of .txt
2014-07-10 Jean Privatnitcc: add prerecence in the README
2014-07-10 Jean Privatnitcc: update examples to use precedence
2014-07-10 Jean Privatnitcc/tests: some update of error messages
2014-07-10 Jean Privatnitcc/tests: add re.sablecc to test precedences
2014-07-10 Jean Privatnitcc: add precedence on the grammar
2014-07-10 Jean Privatnitcc: add Alternative::phony for those in the AST...
2014-07-10 Jean Privatnitcc: does not crash if a production has no alternatives
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: add Automaton::trim to remove useless states
2014-07-08 Jean Privatnitcc: do not use object_id in Automaton::to_dot
2014-07-08 Jean Privatnitcc: tests various literal strings
2014-07-08 Jean Privatnitcc: accepts literal hexadecimal chars (ex `#x0A`)
2014-07-08 Jean Privatnitcc: accept but ignore the Tree part
2014-07-08 Jean Privatnitcc: ignore `\r` in grammars (to be compatible with...
2014-07-08 Jean Privatnitcc: escape also `<` and `>` in dot
2014-06-26 Jean Privatnitcc: DFAStates are private
2014-04-07 Jean PrivatMerge: Contrib: Github search tool to find JNI using...
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-02 Alexis Laferrièrejson grammar: fix support for empty strings
2014-03-26 Jean Privatcontrib/nitcc: use FlatBuffer instead of Buffer
2014-02-02 Alexis Laferrièrecontrib/nitcc: use better alternative names in the...
2014-01-17 Jean Privatnitcc: update test because of the migration nitc->nitg
2014-01-16 Jean PrivatMerge branch 'killnitc' old branch renamed as 'oldnitc'
2013-11-29 Jean Privatnitcc/tests: add lexer-shortest.sablecc
2013-11-19 Jean Privatnitcc: tests use nitg (so `Nodes`->`Nodes[...]`
2013-10-31 Jean Privatnitcc: cleanup README (TODO use github Task List)
2013-10-31 Jean Privatnitcc: add test/ignored
2013-10-31 Jean Privatnitcc: allows elem_list in Ignored
2013-10-31 Jean Privatnitcc: avoid conflict in ignored for test/empty
2013-10-31 Jean Privatnitcc: add Token::build_nfa to isolate concerns
2013-10-31 Jean Privatnitcc: classes and elements allow any forms of text
next