Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
/ CAlpha Public archive

I'm developing a small language in Java, that is C-oriented.

License

Notifications You must be signed in to change notification settings

riscygeek/CAlpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAlpha

I'm developing a small language in Java, that is C-likes.

Requirements

You need the Java JRE 1.8 or higher to start the CAlpha.exe file.

Executing

There are 5 modifications to run this project.

  • Compiling: CAlpha -c [-o (output)] (input)
  • Preprocessing only: CAlpha -p [-o (output)] (input)
  • Interpreting preprocessed code: CAlpha -i (input)
  • Running compiled code: CAlpha (input)
  • or linking a couple of compiled code: CAlpha [-o (output)] -link (File1) (File2)...

Informations

This project is fully written in std-java-lib, without any other library!