Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 275 Bytes

intLANG is a simple interpreted language for pedagogical purposes

support for

  • map
  • array
  • string
  • comment
  • closure
  • boolean
  • integers
  • variable binding
  • functions + HOFs
  • built-in function
  • arithmetic expression