Skip to content
Snippets Groups Projects
  1. Nov 30, 2010
  2. Nov 29, 2010
  3. Nov 28, 2010
    • Adam Wardynski's avatar
      Ignore ambiguity warning in ML_COMMENT. It works OK · be583d96
      Adam Wardynski authored
      This is how they do it on the web, really. It works as expected and matches any flavor of newline (Win, Unix, Mac) despite the ambiguity that "\n\r" can be matched by two subrules, in the end it will be properly matched just by one rule. Also, grammar can be k=2 for lexer.
      be583d96
    • Adam Wardynski's avatar
      Merge branch 'save_qmark' into win32-compat. · f97a6d15
      Adam Wardynski authored
      BRING BACK THE Q_MARK!!!! campaign ;) Fix the ?? instead of just blatantly deleting it, and we can decide later whether we really want to remove it.
      
      Conflicts:
      	libwccl/parser/grammar.g
      f97a6d15