Skip to content
/ gbc Public

A framework for building compilers that target JavaScript and WebAssembly. Work in progress.

Notifications You must be signed in to change notification settings

giancarlo/gbc

Repository files navigation

GB Compiler Framework

The GB Compiler (GBC) framework is a modular toolset that attempts to simplify the creation of compilers, particularly for languages targeting JavaScript and WebAssembly.

Projects

  • Compiler Framework: The SDK provides tools for syntax parsing, semantic analysis, and code generation, offering a foundation for building custom compilers.
  • GB Language: The GB programming language is a concise, type-safe, and functional language emphasizing immutability, modular design, and streamlined syntax, utilizing block-based execution with pipelines, strong typing with inference, and features like generics, closures, and streams.

About

A framework for building compilers that target JavaScript and WebAssembly. Work in progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published