Skip to content

A programming language, intended for writing recursive descent parsers

License

Notifications You must be signed in to change notification settings

RbCaVi/parserlang

Repository files navigation

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

About

A programming language, intended for writing recursive descent parsers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published