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
- Host: GitHub
- URL: https://github.com/jwdeveloper/simplelanguage
- Owner: jwdeveloper
- Created: 2023-03-27T10:14:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T02:26:13.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T01:14:23.361Z (11 months ago)
- Language: C#
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

# Grid example
