Skip to content

kitkat-001/KRustLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

KRustLang

A WIP programming language made using rust.

Current Features

  • Variables! Stored on the stack and can be read from and written to.
  • Static type system. (Currently limited to 2 types, int and bool).
  • Basic arithmetical operations (addition, subtraction, multiplication, division, modulus).
  • Bitwise operations (complement, and, or, xor, left and right arithmetic shift)
  • Usage of parenthesis to change order of operations.

Follow my progress here: https://medium.com/@kitkat1

About

A WIP programming language made using rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages