Hi, folks.
Have you ever wanted to create your programming language?
LET'S DO IT IN 3 MINUTES.
1. Open the languages creator app
Go here:
https://allnulled.github.io/language-generator-online/
2. Know PEGjs syntax
We are using PEGjs under the hood, a parser generator tool for JavaScript. Here the docs:
https://pegjs.org/documentation
You will need to understand its syntax to create complex languages. But it is worthy.
3. Create project, syntax and example
The application will bring you, step by step, to create your language.
It is a good tool to use offline and from mobile phones.
This means that you can create programming languages while you are walking on the streets.
Is not that awesome???
Happy language creation!!!
Top comments (0)