Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 544 Bytes

BabyRam

BabyRam is attempt to create a Simple Language and a Compiler for the same with help of AI in less than 24 hours.

Language Features

  • Variable Declaration
    • Integer
    • Floating Number
    • String
  • Basic Arithmetic Operations
    • Addition
    • Subtraction
    • Multiplication
    • Division
    • Modulo

Compiler Features

  • Lexer
  • Parser
  • Abstract Syntax Tree Generator
  • Intermediate Code Generator