Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 348 Bytes

Lang

Simple interpreted language that supports

  • Imports & Circular Refernce Prevention
  • OOP (classes, inheritance)
  • Debugging (Break Points, Stack Trace, Memory Inspection)
  • Datastructures Modules (Set, Linked List) written in Lang
  • GUI Events (Mouse, Keyboard)
  • Canvas Drawing
  • Console I/O
  • File I/O
  • Image Editing API
  • Regex Search