Skip to content

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

License

Notifications You must be signed in to change notification settings

cjburkey01/BulletLang

Repository files navigation

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 git@github.com:cjburkey01/BulletLang.git

Building

  • Obtain the source (see above)
  • TODO