parser: new class AUnaryopExpr to factorize unary operations
[nit.git] / src / parser / nit.sablecc3xx
2015-04-23 Jean Privatparser: new class AUnaryopExpr to factorize unary opera...
2015-04-23 Jean Privatparser: new class AOperatorMethid to factorize operator...
2015-04-15 Jean Privatgrammar: add more combined assignment operator
2015-04-15 Jean Privatgrammar: introduce n_op and operator in AAssignOp
2015-04-15 Jean Privatgrammar: keep operators in the AST for better messages
2015-04-15 Jean Privatgrammar: as unary plus operation (only for thr sake...
2015-03-30 Jean Privatgrammar: new `with` statement
2015-02-24 Jean Privatgrammar: introduce AAnnotPropdef for annotation in...
2015-02-24 Jean Privatgrammar: introduce ASuperPropdef for super-classes
2015-02-24 Jean Privatgrammar: remove `line_annotations_forclass` and `superc...
2015-02-24 Jean Privatgrammar: propdefs returns a list
2014-12-17 Jean Privatgrammar: extends array_item to accept array extension...
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
2014-10-27 Alexis Laferrièregrammar: allow '`' inside foreign code blocks
2014-10-21 Jean Privatgrammar: allows blocks in attribute definitions
2014-10-21 Jean Privatgrammar: accepts new-factory with code
2014-10-21 Jean Privatast: accept methodid in at_args
2014-10-21 Jean Privatgrammar: add qmethid for qualified methid id
2014-10-17 Jean Privatparser: add tuples
2014-10-17 Jean Privatast: remove classes AAtArg and make them simple AExpr
2014-10-16 Jean Privatgrammar: minus and once do not need nopar variants
2014-10-09 Jean Privatgrammar: remove useless production expr_final
2014-10-09 Jean Privatgrammar: remove no before comma in idlist
2014-09-25 Jean Privatgrammar: add syntax for typed literal arrays
2014-09-18 Jean Privatgrammar: new power operator `**` (starstar)
2014-09-18 Jean Privatgrammar: unify method syntax
2014-09-18 Jean Privatgrammar: remove old-style syntax for attributes
2014-09-18 Jean Privatgrammar: enable single parentheses-less arguments in...
2014-09-18 Jean Privatgrammar: split `expr_atom` into `expr_single`
2014-07-16 Jean Privatgrammer: accept redef and visibility in front of annotation
2014-07-16 Jean Privatgrammar: accept redef and visibility on module declaration
2014-07-16 Jean Privatgrammar: accept annotations in implicit extern methods
2014-07-16 Jean Privatgrammar: add elipsys notation to pass an expression...
2014-07-16 Jean Privatgrammar: accept annonymous label
2014-07-16 Jean Privatgrammar: accept `public` as a valid visibility
2014-06-18 Jean PrivatMerge: Use more intern methods and add intern factories...
2014-06-13 Alexis Laferrièregrammar: support spaces and doc with the `in "Java...
2014-06-12 Jean Privatparser: introduce intern `new` constructors (factories)
2014-06-12 Jean Privatparser: accept intern methods at top-level
2014-04-15 Jean Privatparser: add AHexIntExpr
2014-04-15 Jean Privatparser: force new style FFI in syntax.
2014-04-15 Jean Privatparser: disable unused `=` shortcut for functions
2014-04-15 Jean Privatparser: allow top-level methods between class definitions
2014-04-15 Jean Privatparser: parentheses in `.as` are optional
2014-04-15 Jean Privatparser: add 'public' keyword
2014-04-09 Jean Privatparser: new nullable production `typing_o`
2014-04-09 Jean Privatparser: new production `qclassid` to factorize `qualifi...
2014-04-09 Jean Privatparser: new production `qid` to factorize `qualified...
2014-04-09 Jean Privatparser: accepts `kwredef` in front of importation clauses
2014-04-09 Jean Privatparser: remove useless production `writable2`
2014-04-09 Jean Privatparser: new nullable production `qualified_o`
2014-04-09 Jean Privatparser: new nullable production `extern_code_block_o`
2014-04-09 Jean Privatparser: new nullable production `annotations_o`
2014-04-09 Jean Privatparser: production `annotation_withend` is nullable
2014-04-09 Jean Privatparser: production `params` is nullable
2014-04-09 Jean Privatparser: production `extern_calls` is nullable
2014-04-09 Jean Privatparser: new nullable production `string_o` to factorize...
2014-04-09 Jean Privatparser: new nullable production `kwend_o` to factorize...
2014-04-09 Jean Privatparser: production `formaldefs` is nullable
2014-04-09 Jean Privatparser: production `implicit_main_class` is nullable
2014-03-10 Jean Privatsyntax: enable empty expression-expansion in super...
2014-03-10 Jean Privatsyntax: allows trailing " and { in triple quoted strings
2014-02-17 Jean PrivatMerge branch 'enlarge_ffi_syntax' into merge_ffi
2014-02-14 Jean Privatparser: extern stuff accepts types and dot
2014-02-14 Jean Privatparser: drop qualification in annotations
2014-02-13 Jean Privatparser: improve long string when mixing " and {
2013-11-27 Jean Privatgrammar: remove `expr.ee`
2013-11-19 Jean Privatparser: suppr closures
2013-09-04 Jean Privatlexer: distinguish keywords 'package' and 'module'
2013-08-23 Jean Privatparser: add boolean operator `implies`
2013-08-23 Jean Privatparser: accepts qualified identifiers
2013-08-23 Jean Privatparser: accepts more optional \n
2013-07-25 Jean PrivatMerge branch 'annotations'
2013-07-25 Jean Privatparser: extends grammar to support annotations
2013-07-25 Jean Privatparser: accept triple quoted strings
2013-05-27 Jean Privatparser: add a Package to the nit grammar
2013-04-03 Jean Privatparser: prescc can generate {-> New...} in easy cases
2013-02-20 Jean Privatparser: accepts 'extern class XXX'
2013-02-20 Jean Privatparser: remove 'special' keyword
2013-02-01 Alexis Laferrièreffi: adds the FFI syntax to the grammar
2012-04-10 Jean Privatparser: add __debug__ type construct
2012-02-27 Jean Privatparser: include obra and cbra in signatures
2012-02-24 Jean Privatparser: include obra, cbra, opar and cpar in arguments
2012-02-24 Jean Privatparser: include obra and cbra in range nodes
2012-02-24 Jean Privatparser: include parentheses in parexpr and as_*expr
2012-02-17 Jean Privatparser: detect bad string and char literals
2012-02-17 Jean Privatparser: allow comments without eol (for eof)
2012-02-17 Jean Privatparser: integrate the token 'end' in the AST
2012-02-09 Alexis Laferrièregrammar: allows constructors in extern classes
2012-02-09 Alexis Laferrièregrammar: adds extern class kind for extern classes...
2012-02-09 Alexis Laferrièregrammar: adds syntax for explicit extern calls and...
2011-04-02 Jean Privatparser: add qualified module names
2011-03-31 Jean Privatsyntax: enable a generalized for with iterate
2011-02-14 Jean Privatparser: rename 'enum' to 'universal'
2011-02-11 Jean Privatparser: comment why !nopar is required in some place
2011-01-29 Jean PrivatMerge branch 'll-and-gg-operators' into wip
2011-01-29 Jean Privatparser: add << and >> operators
2011-01-28 Jean PrivatMerge branch 'package2module' into wip
2011-01-22 Jean Privatparser: accept attribute without underscore
2011-01-20 Jean Privatparser: rename package-related classes and properties
next