Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler/sem: correct macros lineinfo (#10438) | alaviss | 2019-01-24 | 1 | -0/+13 |
The compiler believes these are where a macro call starts (marked with `^`): m "string" ^ ^ This commit addresses that. |
index : Nim | |
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror) | ahoang <ahoang@tilde.institute> |
summary refs log tree commit diff stats |
Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler/sem: correct macros lineinfo (#10438) | alaviss | 2019-01-24 | 1 | -0/+13 |
The compiler believes these are where a macro call starts (marked with `^`): m "string" ^ ^ This commit addresses that. |