GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

LR parser

In computer science, LR parsers are a type of bottom-up parser that analyse deterministic context-free languages in linear time.[1] There are several variants of LR parsers: SLR parsers, LALR parsers, Canonical LR(1) parsers, Minimal LR(1) parsers, and GLR parsers. LR parsers can be generated by a parser generator from a formal grammar defining the syntax of the language to be parsed. They are widely used for the processing of computer languages.

Website
Wikipedia
维基百科

相关主题

LL parser
https://static.github-zh.com/github_avatars/peter-winter?size=40
peter-winter / ctpg

Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyze...

compile-timeParsingC++header-onlyRegular expressioncompiler-compilerLR parserlookaheadlr1
C++ 472
9 个月前
https://static.github-zh.com/github_avatars/igordejanovic?size=40
igordejanovic / parglare

A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/

ParsingLR parserdeterministicpriorityPython
Python 140
9 个月前
https://static.github-zh.com/github_avatars/amirhossein-hkh?size=40
amirhossein-hkh / LR-Parser

LR Parser (LR(0), SLR(1), CLR(1) and LALR(1))

LR parserlr1Parserlr编译器JavaFXParsing
Java 65
2 年前
https://static.github-zh.com/github_avatars/soroushj?size=40
soroushj / lr1-parser-vis

Create LR(1) parsers in your browser and see how they work

ParserLR parserlr1
JavaScript 21
1 个月前
https://static.github-zh.com/github_avatars/alan-j-hu?size=40
alan-j-hu / Asparserations

Asparserations is an LR(1) and LALR(1) parser generator frontend. It outputs JSON representing the parse table.

Parsinglr1LR parserC++
C++ 19
2 年前
https://static.github-zh.com/github_avatars/howl-anderson?size=40
howl-anderson / MicroCompiler

一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser

编译器LR parsercompiler-constructioncompilerscompiler-principlesParsing
Python 17
5 年前
https://static.github-zh.com/github_avatars/tanmaya0102?size=40
tanmaya0102 / Compiler-Design-Programs

Compiler Design Lab Programs

CC++compiler-designLR parserdirected-acyclic-graph
C 17
4 年前
https://static.github-zh.com/github_avatars/AsliRoy?size=40
AsliRoy / Compiler-Design-Laboratory

These are the various assignments that were done as a part of the Compiler Design Laboratory

flexbisonparserscode-generationcompiler-designLR parser
C 15
7 年前
https://static.github-zh.com/github_avatars/wangziqi2013?size=40
wangziqi2013 / CFront

A C language parser built from the scratch, without using compiler generator.

CLR parser
C 15
2 年前
https://static.github-zh.com/github_avatars/teliosdev?size=40
teliosdev / antelope

Antelope, the compiler compiler.

LR parserRubyParsing
Ruby 8
10 年前
https://static.github-zh.com/github_avatars/AinsleySnow?size=40
AinsleySnow / Calculators

Calculators wirtten as examples of LL and LR parsing

ParserLR parser
C++ 5
3 年前
https://static.github-zh.com/github_avatars/uttom-akash?size=40
uttom-akash / mathematical-expression-parser

Compiler design

LR parserParser
C# 5
2 年前
https://static.github-zh.com/github_avatars/ankurparihar?size=40
ankurparihar / Compiler-Lab-Codes

CSN-362 Compiler Lab Submissions

compiler-designLR parser
C 5
6 年前
https://static.github-zh.com/github_avatars/ahmedibrahimq?size=40
ahmedibrahimq / create-LR-parser

Generating LR parser for a given grammar.

编译器ParserLR parserParsing
Python 4
5 年前
https://static.github-zh.com/github_avatars/gargk747?size=40
gargk747 / Shift-Reduce-Parser

This is a python program implementation for the shift-reduce parsing algorithm.

编译器compiler-designProjectLR parserPython
Python 4
5 年前
https://static.github-zh.com/github_avatars/giannitedesco?size=40
giannitedesco / pylr

A compiler-compiler for lexers, LL and LALR grammars, written in python

Python编译器compilerscompiler-designcompiler-compilerdfagrammarsParsingLR parserlexParser
Python 4
5 年前
https://static.github-zh.com/github_avatars/wldfngrs?size=40
wldfngrs / parser-generator

Yet Another Parser Generator takes a grammar specification for an LR(1) grammar as input and generates a C++ header file containing tables and helper structs for parsing the LR(1) grammar.

C++ParsinglookaheadLR parserlr1
C++ 4
3 个月前
https://static.github-zh.com/github_avatars/pourmand1376?size=40
pourmand1376 / Parser

Implementation of LL(0), LR(0), SLR(1), CLR(1) algorithms in C# (Visual Representation is also available)

C#LR parserlr1
C# 4
5 年前
https://static.github-zh.com/github_avatars/coshcage?size=40
coshcage / yaclrcc

Yet another CLR compiler compiler.

ParserLR parser
C 4
1 年前
https://static.github-zh.com/github_avatars/jiunbae?size=40
jiunbae / ENE4014

Programming Languages @ Hanyang Univ.

编程语言dfaLR parserRegular expressionHaskell
C++ 4
8 年前
loading...