Generic Rules engine in golang
-
Updated
Feb 24, 2024 - Go
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
Generic Rules engine in golang
Precompiled Go versions of most of the grammars on https://github.com/antlr/grammars-v4.
A toy compiler that attempts to compile a subset of Go programming language.
Brainfuck to javascript transpiler written in go
An overengineered (for fun) cross-platform CLI calculator app with the rich set of features
Created by Terence Parr
Released February 1992