https://github.com/f/mertlang
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/f/mertlang
- Owner: f
- Created: 2016-07-10T22:47:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T22:54:20.000Z (almost 10 years ago)
- Last Synced: 2025-02-28T22:41:28.998Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MertLang
MertLang is a programming language to develop Mert based programs.
# Usage
`.mert` file contains a list of arguments. Mert Compiler will parse them and will give you result.
```
# test.mert
Apple çok iyi.
Tesla efsane
```
```
$ mert test.mert
> Ooo Apple devrim abi.
> Abi Elon Musk ya.
```
If the program doesn't contain `Apple`, `Tesla`, `Steve Jobs`, `iPhone` or `Elon Musk` the compiler will throw error.
```
# test.mert
Microsoft efsane.
```
```
$ mert test.mert
An error occured:
Abi ne alakası var ya.
$ mert test.mert
An error occured:
Abi olaya farklı yerden bakıyorsun ya.
```
## License
Licensed by MERT PUBLIC LICENSE. You should give 5₺ to use this program. If you want to pay more, it's free.