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

Compiling to native bytecode #1

Open
Albeoris opened this issue May 1, 2024 · 0 comments
Open

Compiling to native bytecode #1

Albeoris opened this issue May 1, 2024 · 0 comments

Comments

@Albeoris
Copy link
Owner

Albeoris commented May 1, 2024

Since the bright future when we will have an alternative Event Engine with which C# code can work may never come, we need the ability to compile our still pseudo-C# back to native bytecode or throw an error if the file contains unsupported instructions.

// {W152H1}Guess nobody’s here yet...
yield return @mes.ShowAndWait(windowId: 2, ui: 128, text: 35); // MES

🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗🠗

Byte(2)   // windowId
Byte(128) // ui
Int16(35) // text
MES       // ShowAndWait
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