examples: annotate examples
[nit.git] / contrib / nitcc / README.md
index f08b547..91e9ad1 100644 (file)
@@ -20,7 +20,7 @@ nitcc generates a bunches of control files, a lexer, a parser, and a tester.
 
 To compile and run the tester:
 
-    nitg file_test_parser.nit
+    nitc file_test_parser.nit
     ./file_test_parser an_input_file_to_parse
 
 ## Examples and regression tests
@@ -60,7 +60,7 @@ For the parser (and grammar and LR)
  - [x] Rejected
  - [x] Empty (but not mandatory)
  - [ ] Opportunistic
- - [ ] Precedence
+ - [x] Precedence
  - [ ] Separator
  - [x] Dangling (automatic, so mitigate the SLR limitations)
  - [x] simple transformation (unchecked)