Files
Nim/compiler
LemonBoy e07ab06f0a Fix locals() interaction with generic types
Follow the same logic as semTupleFieldsConstr and only skip skVar since
we're gonna add a nkDefer anyway.

Fixes #8985
2018-09-21 22:35:54 +02:00
..
2018-09-21 00:31:16 +02:00
2018-09-16 21:33:08 +02:00
2018-09-17 18:52:40 +02:00
2018-09-17 19:14: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.