The Wayback Machine - https://web.archive.org/web/20220530153247/https://github.com/topics/lexical-analyzer
Skip to content
#

lexical-analyzer

Here are 324 public repositories matching this topic...

The regex-centric, fast lexical analyzer generator for C++ with full Unicode support. Faster than Flex. Accepts Flex specifications. Generates reusable source code that is easy to understand. Introduces indent/dedent anchors, lazy quantifiers, functions for lex/syntax error reporting and more. Seamlessly integrates with Bison and other parsers.

  • Updated May 10, 2022
  • C++

A very simple subset of C Compiler(Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator) implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course CSE 310 in undergraduate studies in CSE, BUET

  • Updated Sep 30, 2018
  • C++

Improve this page

Add a description, image, and links to the lexical-analyzer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lexical-analyzer topic, visit your repo's landing page and select "manage topics."

Learn more