Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nsbparse2: Nested function calls are broken...-ish #11

Open
krofna opened this issue Dec 5, 2014 · 0 comments
Open

nsbparse2: Nested function calls are broken...-ish #11

krofna opened this issue Dec 5, 2014 · 0 comments

Comments

@krofna
Copy link
Member

krofna commented Dec 5, 2014

chapter main
{
    func(Message(UNK150()), Message());
    UNK150(Message(UNK131()), UNK150);
}

00000 ChapterDeclaration(chapter.main);
00001 ScopeBegin();
00002 UNK150();
00003 Message(@);
00004 Message();
00005 CallFunction(func, @, @);
00006 ClearParams();
00007 UNK131();
00008 Message(@);
00009 Literal(STRING, UNK150);
00010 UNK150(@, UNK150);
00011 ClearParams();
00012 ScopeEnd();
00013 EndChapter();

chapter main
{
    func(Message(@), Message());
    UNK150(@, UNK150);
}
@krofna krofna changed the title Nested function calls are broken...-ish nsbcompile2: Nested function calls are broken...-ish Dec 13, 2014
@krofna krofna changed the title nsbcompile2: Nested function calls are broken...-ish nsbparse2: Nested function calls are broken...-ish May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant