colm
Parses languages
A programming language designed to analyze and transform computer languages through grammar-based parsing
Colm Language, includes Ragel 7.0+
1 stars
1 watching
0 forks
Language: C++
last commit: almost 4 years ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A C++ parser-combinator library with a natural grammar notation | 122 |
| | A toy programming language with C-like syntax and a small set of built-in functions, designed for educational purposes. | 10 |
| | A fast and expressive monadic-style parser combinator for Rust. | 245 |
| | Develops an assembler and compiler for a programming language | 46 |
| | A programming language and its runtime environment with features such as dynamic typing, garbage collection, and support for various data structures. | 68 |
| | Developing a statically typed, general-purpose programming language with an optimizing compiler | 151 |
| | A parser generator tool for visibly pushdown languages | 748 |
| | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 749 |
| | A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| | Experimental programming language with GraalVM JIT | 110 |
| | A dynamically typed programming language with a focus on syntax simplicity and efficient bytecode virtual machine execution | 30 |
| | A parser library for F# and C# | 95 |
| | A language and runtime system for parsing arbitrary grammars using semi-Thue processes | 29 |
| | A Forth-based language with simplified concepts and built-in support for debugging and profiling tools. | 128 |
| | A command-line argument parser with support for flags, options, arguments, and subcommands. | 42 |