Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 829 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 829 Bytes

BulletLang Build Status

A language as easy as Ruby and Java but as efficient as C!

Versions

  • Source version: 0.0.1
  • Last release version: N/A
  • Java JDK version required: 11

About

A fast, efficient programming language with syntax as comfortable as Ruby and Java that compiles down to the ultra-fast, low-level, and efficient C language.

Obtaining Source

You may use the GitHub download repository button to download this repository or clone it using git:

git clone [email protected]:cjburkey01/BulletLang.git

Building

  • Obtain the source (see above)
  • TODO