Commit Graph

3 Commits (f570cbfca82028ecc6f05ef33105037aa439cc88)

Author SHA1 Message Date
Anders Busch c620da9089 compiler: rename Tok/Token to Token/TokenKind 2019-10-09 01:05:34 +03:00
Delyan Angelov b7d1a175a8 compiler: print relative paths for user code 2019-10-01 15:39:19 +03:00
Delyan Angelov e72fe25224 compiler: more precise 'declared and not used' error positioning
* compiler: extract and cleanup error handling functionality into its own file compiler/compile_errors.v

* compiler: implement p.error_with_token_index and p.warn_with_token_index and use them. Fix tests.

* tools/performance_compare: add a 'Source lines in compiler/' line

* MSVC does not have STDOUT_FILENO nor STDERR_FILENO ...
2019-09-29 20:37:39 +03:00