Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 336 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 336 Bytes

Parserlang

Name might change.

A programming language with backtracking.

Compiled to a VM.

All data types are immutable.

Functions are first-class values.

Data types:

  • null
  • boolean
  • integer
  • float
  • string
  • array
  • object
  • closure
  • generator
  • any user defined types

pv is copied from jq