chevrotain

Parser Building Toolkit for JavaScript

Github星跟蹤圖

Join the chat at https://gitter.im/chevrotain-parser/Lobby
npm
CircleCI
styled with prettier
Commitizen friendly
dependentbot

Chevrotain

Introduction

Chevrotain is a blazing fast and feature rich Parser Building Toolkit for JavaScript.
It can be used to build parsers/compilers/interpreters for various use cases ranging from simple configuration files,
to full fledged programing languages.

A more in depth description of Chevrotain can be found in this great article on: Parsing in JavaScript: Tools and Libraries.

It is important to note that Chevrotain is NOT a parser generator. It solves the same kind of problems as a parser generator, just without any code generation. Chevrotain Grammars are pure code which can be created/debugged/edited
as any other pure code without requiring any new tools or processes.

TLDR

Installation

  • npm: npm install chevrotain
  • Browser:
    The npm package contains Chevrotain as concatenated and minified files ready for use in a browser.
    These can also be accessed directly via UNPKG in a script tag.
    • Latest:
      • https://unpkg.com/chevrotain/lib/chevrotain.js
      • https://unpkg.com/chevrotain/lib/chevrotain.min.js
    • Explicit version number:
      • https://unpkg.com/chevrotain@6.5.0/lib/chevrotain.js
      • https://unpkg.com/chevrotain@6.5.0/lib/chevrotain.min.js

Documentation & Resources

Dependencies

There is a single dependency to regexp-to-ast library.
This dependency is included in the bundled artifacts, for ease of consumption in browsers.

Compatibility

Chevrotain runs on any modern JavaScript ES5.1 runtime.
That includes any modern nodejs version, modern browsers and even IE11.

  • Uses UMD to work with common module loaders (browser global / amd / commonjs).

Contributions

Contributions are greatly appreciated.
See CONTRIBUTING.md for details.

Where used

Some interesting samples:

主要指標

概覽
名稱與所有者Chevrotain/chevrotain
主編程語言TypeScript
編程語言JavaScript (語言數: 5)
平台
許可證Apache License 2.0
所有者活动
創建於2015-04-15 22:10:34
推送於2025-09-16 03:31:57
最后一次提交2025-04-26 15:09:06
發布數169
最新版本名稱v11.0.3 (發布於 2023-08-15 02:04:40)
第一版名稱v0.1.0 (發布於 2015-05-30 22:53:15)
用户参与
星數2.7k
關注者數29
派生數217
提交數2.4k
已啟用問題?
問題數816
打開的問題數29
拉請求數700
打開的拉請求數12
關閉的拉請求數426
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?