Skip to content

CodeCs1/dcz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCZ (DucaZcript)

The programming language that I wrote to learn more about Interpreter and Compiler.
And also I wrote this to complete my dream PL when I was young.

Installation

  • Install cmake first.

  • Choose your favourite code translator:

    Interpreter You've choose Interpreter.
    ... You don't need to do anything, just skip to next step :P
    Compiler You've choose Compiler.

    Add this option to the command line arguments:

    -DCOMPILER:True
    

Exmaple code

func main() {
    Lprint "Hello World!";
}
main();

About

The programming language that support both Interpreter and Compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published