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

Handle non-standard keywords in parser and disassembler #136

Open
1 of 2 tasks
MSDN-WhiteKnight opened this issue Sep 5, 2022 · 0 comments
Open
1 of 2 tasks

Handle non-standard keywords in parser and disassembler #136

MSDN-WhiteKnight opened this issue Sep 5, 2022 · 0 comments

Comments

@MSDN-WhiteKnight
Copy link
Owner

MSDN-WhiteKnight commented Sep 5, 2022

  • Tokens that seem to be used as keywords in implementation: aggressiveinlining, uint8, uint16, uint32, type (Fixed on GitFlic: ea8e39)
  • Windows ilasm & ildasm use winapi instead of platformapi

CilTools.Tests.Common.il(4103) : error : syntax error at token 'platformapi' in: .method public hidebysig static pinvok
eimpl("user32.dll" lasterr platformapi ) bool ShowWindow(

***** FAILURE *****

CilTools.Tests.Common.il(8814) : error : syntax error at token 'type' in: class [mscorlib]System.Type type,

***** FAILURE *****

@MSDN-WhiteKnight MSDN-WhiteKnight changed the title Handle non-standard keywords in parser Handle non-standard keywords in parser and disassembler Nov 19, 2022
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