Skip to content

davidagtz/Dia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dia

Dia is a low-level programming language that writes like a high-level programming langauge. It has intuitive syntax.

Compiling from the command line

To compile, simply run the following command

./dia [INPUT FILE NAME HERE]

Flags include

  • -s [ file | both | none ] - this option will print the program given file, the tokens by default, both, or none.
  • -o [ FILE NAME ] - this is the output file

LLVM

Because this language is built off the LLVM, it is also cross-platform, so it can be used on Linux, Windows, or OSX.

About

A programming language based off the LLVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages