Simple and Easy-To-Use Tools to build custom languages.

Convert plain-text in useful representations objects called Nodes

  • Lexer to convert plain-text into Tokens
  • Easy-To-Use and very friendly for developers
  • Classes to extend an create your language in an OOP way
Bash
$npm install @language-kit/core
Click to copy

What's included

Base classes

Base classes to extend and create your language in a OOP way

Lexer

A lexer to convert plain-text into Tokens

Markdown Parser

An implementation of the tools for the markdown language