Commit History

Author SHA1 Message Date
  Araq 724cd631d8 allow tabs in multi-line comments 8 years ago
  Jacek Sieka 298620c267 avoid overwriting token.indent in lexer.getNumber 8 years ago
  Andreas Rumpf c9966a3e17 use 'using' instead of 'sig' keyword; cleans up new features a bit 8 years ago
  Andreas Rumpf 38dee2095c added 'sig' feature; removed tfShared support in the compiler 8 years ago
  Andreas Rumpf 3114523a6f fixes multi-line comments 9 years ago
  Andreas Rumpf 71cf1f650e fixes multiline comments 9 years ago
  Andreas Rumpf a4aeb6fbec implements final version of multiline comments 9 years ago
  Andreas Rumpf 2e71bd50b2 implements multi-line-comments; pounds are stripped from the doc comments 9 years ago
  Araq edb495a6b3 fixes a critical error handling bug for nimsuggest 9 years ago
  Araq 8d39669233 fixes #2909 9 years ago
  Oscar Campbell 3998220f86 Non-base10 overflow allowed if bit-stable. Tests. 9 years ago
  Oscar Campbell a723362d85 Fix bug #1179 + some more found while testing. 9 years ago
  pdw 9764ba933b Dropped 'T' from types 9 years ago
  Andreas Rumpf 51488ebd12 Merge pull request #2848 from ozra/bugfix-2523-number-literal-lexing 9 years ago
  Oscar Campbell 44b0bf59d9 Change const def to cleaner code per suggestion. 9 years ago
  Oscar Campbell dd30bab480 Restructure branching slighty. Fix error message. 9 years ago
  Oscar Campbell 4a1e45e3f8 Remove forgotten debug echo statement. 9 years ago
  Oscar Campbell 6a43b0e817 Clean up to compiler style. Refine error-msg for illegal octal 'O' 9 years ago
  Oscar Campbell 1b4db5a34c Implement #2811 - Unicode en-dash (U+2013) as hump/snake alt. 9 years ago
  Oscar Campbell 49b953533a Fix #2523 - first commit. Needs some cleanup. 9 years ago
  Araq 6ca38472a1 cleanups for underscores in tuple unpacking 9 years ago
  Andreas Rumpf 6a016743aa Merge pull request #2566 from nanoant/parser-diagnostic-location 9 years ago
  Dominik Picheta 9e69e4e078 Merge branch 'devel' into underscore-tuple-unpack 9 years ago
  Adam Strzelecki 07b13251d1 Parser: Fix location (line, col) for diagnostics 9 years ago
  Araq 10c1d7f519 minor lexer cleanups; fixes #2504 9 years ago
  Dominik Picheta ea505f3613 Get rid of tkUnderscore. Map _ to tkSymbol. 9 years ago
  Dominik Picheta b38eb2e2a8 Implements #2154. 9 years ago
  Araq f6ff01572e breaking change: 'concept' is now a keyword and used instead of 'generic' 9 years ago
  Araq 3bfcfeb0cf don't use stdout for nimsuggest server mode 9 years ago
  Federico Ceratto 657dca5c3b Fix typos 10 years ago