Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
#

grammar

A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.

Here are 1,150 public repositories matching this topic...

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

  • UpdatedApr 3, 2025
  • Java

Style and Grammar Checker for 25+ Languages

  • UpdatedApr 19, 2025
  • Java
G2

📊 The concise and progressive visualization grammar.

  • UpdatedApr 16, 2025
  • TypeScript

Rust parser combinator framework

  • UpdatedFeb 8, 2025
  • Rust

📱📈An elegant, interactive and flexible charting library for mobile.

  • UpdatedApr 18, 2025
  • JavaScript
BizCharts

Powerful data visualization library based on G2 and React.

  • UpdatedOct 13, 2023
  • TypeScript

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

  • UpdatedMar 22, 2025
  • Python

dplyr: A grammar of data manipulation

  • UpdatedApr 16, 2025
  • R

A Grammar of Graphics for Python

  • UpdatedApr 18, 2025
  • Python

LR(1) parser generator for Rust

  • UpdatedMar 5, 2025
  • Rust

A framework for detecting, highlighting and correcting grammatical errors on natural language text. Created by Prithiviraj Damodaran. Open to pull requests and other forms of collaboration.

  • UpdatedFeb 15, 2023
  • Python

Parsing Expression Grammar (PEG) parser generator for Rust

  • UpdatedMar 11, 2025
  • Rust
node-llama-cpp

Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema on the model output on the generation level

  • UpdatedMar 28, 2025
  • TypeScript

Hunspell dictionaries in UTF-8

  • UpdatedSep 9, 2024
  • JavaScript

A powerful grammar checker for Vim using LanguageTool.

  • UpdatedOct 25, 2022
  • Vim Script

C++ parsing DSL

  • UpdatedJan 7, 2025
  • C++

[8]ページ先頭

©2009-2025 Movatter.jp