Files
Nim/compiler
alaviss 5b3571c9a4 compiler/semtypes: improve lineinfo for exported object fields (#12495)
The line info should now points to the `a`, not the `*`, like this:
    a*: string
    ^
Additionally this fixes nimsuggest's highlighting of exported object
fields.
2019-10-25 01:06:53 +02:00
..
2019-09-27 07:02:54 +02:00
2019-08-23 18:58:55 +02:00
2019-09-09 11:54:15 +02:00
2019-10-24 12:27:34 +02:00
2019-09-16 12:12:44 +02:00
2018-06-03 20:15:37 +02:00
2019-04-11 09:48:10 +02:00
2019-10-20 11:52:50 +02:00
2019-09-27 07:02:54 +02:00
2019-09-09 11:54:15 +02:00
2017-01-07 22:35:09 +01:00
2019-09-09 11:54:15 +02:00
2019-09-27 07:02:54 +02:00
2019-09-09 11:54:15 +02:00
2019-05-28 21:30:41 +02:00
2019-09-09 11:54:15 +02:00
2019-09-09 11:54:15 +02:00
2017-10-29 08:37:13 +01:00
2019-09-27 07:02:54 +02:00
2019-09-27 07:02:54 +02:00
2019-10-10 14:35:26 +02:00
2019-09-09 11:54:15 +02:00
2019-09-27 07:02:54 +02:00
2019-09-27 07:02:54 +02:00
2019-09-09 11:54:15 +02:00
2019-08-23 16:15:02 +02:00
2019-07-25 23:18:20 +01:00
2019-09-05 16:45:07 +02:00
2019-09-27 07:02:54 +02:00
2019-09-09 11:54:15 +02:00
2019-09-27 07:02:54 +02:00
2019-09-21 06:45:27 +02:00
2019-09-27 07:02:54 +02:00
2019-09-09 11:54:15 +02:00
2019-09-27 07:02:54 +02:00
2019-09-09 11:54:15 +02:00
2019-05-07 12:37:28 +02:00
2019-09-09 11:54:15 +02:00
2019-09-09 11:54:15 +02:00
2019-09-09 11:54:15 +02:00
2019-09-11 20:01:09 +02:00
2019-09-09 11:54:15 +02:00
2019-09-27 07:02:54 +02:00
2019-09-27 07:02:54 +02:00
2019-09-30 20:42:16 +02:00
2019-09-16 15:38:07 +02:00
2019-10-02 17:01:27 +02:00
2019-09-09 11:54:15 +02:00
2019-09-09 11:54:15 +02:00
2019-09-09 11:54:15 +02:00
2019-09-09 11:54:15 +02:00
2019-10-17 09:55:41 +02:00
2019-10-10 10:00:57 +02:00
2019-09-18 20:02:30 +02:00
2019-09-05 15:56:44 -07:00
2019-09-09 11:54:15 +02:00
2019-10-24 22:51:13 +02:00

This directory contains the Nim compiler written in Nim. Note that this
code has been translated from a bootstrapping version written in Pascal, so
the code is **not** a poster child of good Nim code.

See https://nim-lang.org/docs/intern.html for more information.