Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 376 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 376 Bytes

Node akf-lang Interpreter

A very basic language.

Usage:

1 - node index.js ./path/to/your/file.akf

Functions:

  • write
  • writeln
  • input
  • take (Run other akf file (beta))
  • var
  • multi
  • div
  • plus
  • less

Variable types:

  • bool
  • num
  • null
  • str

image