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

Create a PNP interpreter #7

Open
meevee98 opened this issue Dec 18, 2019 · 0 comments
Open

Create a PNP interpreter #7

meevee98 opened this issue Dec 18, 2019 · 0 comments

Comments

@meevee98
Copy link
Owner

The main purpose of this project is to implement a compiler to the language we created. The compiler is a translator: it gets the code written in a language and translates it to another language. The most known compilers usually translate a programming language to a machine language.
Our compiler is under construction and the first purpose is to translate code written in PNP to Web Assembly Text Format.

I was thinking that we should also implement an interpreter to PNP language. Different from the compiler, an interpreter executes the code directly. This way, the final user can write codes in PNP and effectively execute then. I could be able only to read files or could have a user interface too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant