https://github.com/duskyelf/diamondguru
The DiamondGuru Programming Language.
https://github.com/duskyelf/diamondguru
compiler concept diamondguru learning-by-doing open-source porth programming-language python side-project tsoding-streams
Last synced: 10 months ago
JSON representation
The DiamondGuru Programming Language.
- Host: GitHub
- URL: https://github.com/duskyelf/diamondguru
- Owner: DuskyElf
- License: apache-2.0
- Created: 2021-12-29T07:48:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T12:56:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T11:46:33.264Z (12 months ago)
- Topics: compiler, concept, diamondguru, learning-by-doing, open-source, porth, programming-language, python, side-project, tsoding-streams
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiamondGuru (deprecate)
The DiamondGuru Programming Language. (Conceptual)
## This was a personal project to understand how compilers work
- DiamondGuru's compiler is written in python, which compiles DiamondGuru source code to C
- Then use gcc to compile compiled C source to binary
### How to run -
```command
$ git clone https://github.com/DuskyElf/DiamondGuru.git
$ cd src
$ python3 DGuru.py compile
```
### Things that are currently done -
- Expression parsing
- Strict type checking at compile time
- Support for dynamic variables at compile time
- Pre - Compiled
- Error free