Skip to content

binodmx/winzig-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WINZIG Compiler

System Requirements

  • GIT
  • JAVA

Usage

# Step Command
1 Clone winzig-compiler git clone https://github.com/binodmx/winzig-compiler.git
2 Goto the directory cd winzig-compiler/src
3 Build the compiler make
4 Run the compiler java winzigc [stage] [path]
5 For help java winzigc -help

Stages

Stage Definition
-lot output list of tokens
-ast output abstract syntax tree
-code output assembly code

About

Compiler for WINZIG programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published