ast-parser
There are 18 repositories under ast-parser topic.
wundergraph/graphql-go-tools
GraphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.
tlaceby/guide-to-interpreters-series
Contains source-code for viewers following along with my Beginners Guide To Building Interpreters series on my Youtube Channel.
jsx-eslint/jsx-ast-utils
AST utility module for statically analyzing JSX
lu4p/astextract
Convert a go file to its ast representation
SrGaabriel/selene
🍂|Selene is a statically-typed, imperative and procedural programming language compiled to LLVM IR. The language of tranquil and serenity.
simonwep/bavary
🧬 Regular expressions on steroids. Parse anything and everything with a syntax - crafted to parse syntax. A super-set of regular-expressions.
brianneisler/firetree
AST parser and generator for Firebase Firestore and Storage security rules
poppinss/module-methods-extractor
A utility module to extract methods for a given Javascript or Typescript default export. Used by AdonisJs VsCode extension
simonwep/cssvjs
Fast, spec-conform css-value parser written entirely in vanilla JavaScript. Can be used in any environment.
dxkite/language
language support test
Dharma-09/Arjun
smart contracts Static analyzer tool for solidity
mohammaduzair9/Interpreter
Interpreter using functional programming in scala
zarkobabic/Microjava-compiler
This repository hosts the source code and documentation for the MicroJava Compiler, a Java-based compiler for the MicroJava programming language. MicroJava is a small, educational programming language, and this compiler is designed to convert MicroJava source code into bytecode that can be executed on the MicroJava Runtime Machine.
Ashu11-A/truth-table
Formatters for truth tables
chenasraf/search-ast-parser-js
Easy parser for search query strings, for you to use in your filters.
jozefRudy/trading-rule-parser
Trading DSL with real-time TypeScript validation and AST parsing
mbassale/monkey-interpreter
MonkeyLang Interpreter based on the book "Writing an Interpreter in Go" by Thorsten Ball with my own additions.