Skip to content

MiXerek/ddd-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddd-lang

(WIP) ddd programming language

Installation

  1. Download and install rust programming language and cargo.
  2. In terminal open directory where you've cloned this repository.
  3. Run:
    $ cargo build
    

How to use

  1. In terminal open directory where you've cloned this repository.
  • Run:

    $ cargo run
    

    if you want to use simple input-output cli.

  • Run:

    $ cargo run -- --src ./test/test.ddd
    

    if you want to execute it from source file.

Releases

No releases published

Packages

No packages published

Languages