mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Fixed parsing
This commit is contained in:
parent
c4979d33f9
commit
c6d9aa37f8
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ namespace IDE
|
||||||
parser.SetSource(content, fileName, -1);
|
parser.SetSource(content, fileName, -1);
|
||||||
var passInstance = bfSystem.CreatePassInstance();
|
var passInstance = bfSystem.CreatePassInstance();
|
||||||
defer delete passInstance;
|
defer delete passInstance;
|
||||||
parser.Parse(passInstance, IDEApp.IsBeefFile(fileName));
|
parser.Parse(passInstance, !IDEApp.IsBeefFile(fileName));
|
||||||
parser.Reduce(passInstance);
|
parser.Reduce(passInstance);
|
||||||
|
|
||||||
String name = parser.GetLocationName(wantLineNum, wantColumn, .. scope .());
|
String name = parser.GetLocationName(wantLineNum, wantColumn, .. scope .());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue