D_Parser
D compiler
A C# implementation of a parser and resolver for analyzing D programming language code.
Parser & Resolver & Abstract Completion library for D
30 stars
8 watching
7 forks
Language: C#
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dlang-community/libdparse | A parser for D source code | 115 |
ldc-developers/ldc | A compiler for the D programming language with modern optimization and code generation capabilities. | 1,212 |
dlang/visuald | Provides integration and tools for the D programming language in Visual Studio | 288 |
0xd4d/dnlib | A .NET assembly and module reader/writer library | 2,173 |
cybershadow/digger | A tool to build and test old versions of the D programming language | 57 |
davedufresne/swiftparsec | A Swift library for creating parsers from simple components using combinator logic | 227 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 919 |
jessekphillips/d.vim | A syntax highlighting file for the D programming language in Vim | 35 |
ara3d/parakeet | A parsing library designed to efficiently parse programming languages | 70 |
msgpack/msgpack-d | A binary-based JSON-like serialization library for D language. | 118 |
atilaneves/dpp | An executable tool that compiles D files with #include directives from C/C++ headers | 231 |
dlang-community/d-yaml | A YAML parser and emitter for the D programming language | 119 |
dbremner/peg-sharp | Automates C# code generation for arbitrary parsing expression grammars. | 3 |
justlucdewit/cod | A language and compiler that supports a unique concatenative stack-based programming paradigm. | 24 |
snazzy-d/sdc | A compiler for the D programming language designed to support advanced features and serve as a foundation for building new tools. | 250 |