An open API service indexing awesome lists of open source software.

https://github.com/jwdeveloper/simplelanguage

An attempt to write your own programming language
https://github.com/jwdeveloper/simplelanguage

Last synced: 7 months ago
JSON representation

An attempt to write your own programming language

Awesome Lists containing this project

README

          

# SL - SimpleLang

The goal of this project is to learn how an programming languages works under the hood.

[Download and try it](https://github.com/jwdeveloper/SimpleLanguage/releases/latest/download/SL_3_0_0.zip)

### Application shortcuts
`Ctrl + D` Disable/Enable autocompiler

`Ctrl + S` Compile code

# SL Grammar
[Grammar documentation](https://github.com/jwdeveloper/SimpleLanguage/blob/master/SL.Application/gramma.md)

# Examples

[Check out Examples](https://github.com/jwdeveloper/SimpleLanguage/tree/master/SL.Application/examples)

# Fibonacci example
![image](https://github.com/jwdeveloper/SimpleLanguage/assets/79764581/bfc3e3ec-93b4-4adb-9d17-a47b13ee1016)

# Grid example
![image](https://github.com/jwdeveloper/SimpleLanguage/assets/79764581/ece0e715-2747-4448-8ee7-adcd1b353639)