Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Parser error #233

Closed
jcaillon opened this issue Aug 23, 2018 · 0 comments
Closed

Parser error #233

jcaillon opened this issue Aug 23, 2018 · 0 comments
Labels
Milestone

Comments

@jcaillon
Copy link
Owner

IF zzzz THEN

END.
WHAT : Error while analyzing the current document : Stack empty.
WHEN : 23/08/2018 13:20:36
WHERE : v1.8.2, System.ThrowHelper.ThrowInvalidOperationException(), line 0
DETAILS : 
    System.InvalidOperationException: Stack empty.
    at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    at System.Collections.Generic.Stack`1.Peek()
    at _3PA.MainFeatures.Parser.Pro.Parse.Parser.PopOneStatementIndentBlock(Int32 maxPop)
    at _3PA.MainFeatures.Parser.Pro.Parse.Parser..ctor(GapBuffer`1 tokens, String filePathBeingParsed, ParsedScopeBlock defaultScope, Boolean matchKnownWords, StringBuilder debugListOut)
    at _3PA.MainFeatures.Parser.Pro.Parse.Parser..ctor(ProTokenizer proTokenizer, String filePathBeingParsed, ParsedScopeBlock defaultScope, Boolean matchKnownWords, StringBuilder debugListOut)
    at _3PA.MainFeatures.Parser.Pro.Parse.Parser..ctor(String data, String filePathBeingParsed, ParsedScopeBlock defaultScope, Boolean matchKnownWords)
    at _3PA.MainFeatures.Parser.Pro.ParserHandler.<>c.<DoParse>b__24_0()
    at _3PA.MainFeatures.Parser.Pro.ParserHandler.DoInLock(Action toDo)
    at _3PA.MainFeatures.Parser.Pro.ParserHandler.DoParse()
@jcaillon jcaillon added the bug label Feb 20, 2019
@jcaillon jcaillon added this to the v1.8.4 milestone Feb 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant