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

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.

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