lexer
D Lexer
A lexer generator for D programming language
lexer generator
13 stars
7 watching
2 forks
Language: D
last commit: over 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/alex | A tool for generating lexical analysers in Haskell | 297 |
msgpack/msgpack-d | A binary-based JSON-like serialization library for D language. | 118 |
skvadrik/re2c | A lexer generator tool that creates efficient and easy-to-debug lexers for various programming languages. | 1,094 |
jimsynz/lex_luthor | A state-based lexer generator for Elixir | 33 |
quil-lang/alexa | A tool for generating lexical analyzers in Common Lisp. | 60 |
lex4all/lex4all | Software tool to generate pronunciation lexicons for low-resource languages using speech recognition and machine learning algorithms. | 21 |
benhanson/lexertl14 | Generates modular lexical analyzers | 47 |
dlang-community/libdparse | A parser for D source code | 115 |
dlang-community/d-scanner | Analyzes D source code for syntax, style, and security issues | 242 |
pwil3058/dunnart | A tool for generating LALR(1) parsers from a specification language | 14 |
tbhartman/vim-lexer-lsdyna | A Vim plugin that enables syntax highlighting and auto-completion for LS-DYNA input files. | 0 |
cdklabs/jsii-srcmak | Generates source code in multiple languages from TypeScript | 20 |
dlang-community/d-yaml | A YAML parser and emitter for the D programming language | 119 |
dlang/visuald | Provides integration and tools for the D programming language in Visual Studio | 288 |
mrkkrp/ghc-syntax-highlighter | A syntax highlighter library for Haskell built around the GHC lexer. | 59 |