https://github.com/stefankoppier/language-csharp
A C# parsing library for Haskell
https://github.com/stefankoppier/language-csharp
c-sharp parser
Last synced: 4 months ago
JSON representation
A C# parsing library for Haskell
- Host: GitHub
- URL: https://github.com/stefankoppier/language-csharp
- Owner: stefankoppier
- License: bsd-3-clause
- Created: 2019-04-25T12:46:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T10:22:20.000Z (about 7 years ago)
- Last Synced: 2025-12-08T06:30:20.020Z (7 months ago)
- Topics: c-sharp, parser
- Language: Haskell
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# language-csharp
This library contains a lexer, parser, abstract syntax tree and pretty printer
for the C# language, aiming to conform the C# 6.0 draft specification.