Skip to content
@tinyBigGAMES

tinyBigGAMES LLC

Indie Developer & Publisher of Digital Entertainment Software

Pinned Loading

  1. ParseLang ParseLang Public

    ParseLang is a specialized meta-language layer designed to streamline the creation of custom programming languages and domain-specific tools. By using a single .parse file, developers can define le…

    Pascal 4 1

  2. DelphiFmt DelphiFmt Public

    DelphiFmt - A fully configurable Delphi source code formatter engine for .pas, .dpr, .dpk, and .inc files. Controls indentation, spacing, line breaks, capitalisation, and alignment through a single…

    Pascal 18 4

  3. NitroPascal NitroPascal Public

    NitroPascal is a full-featured Object Pascal compiler built entirely on top of Parse() - the compiler construction toolkit. It exists to prove a point: a complete, production-quality language can b…

    Pascal 8 1

  4. ParseKit ParseKit Public

    Parse() is a comprehensive Delphi-based toolkit designed to streamline the entire process of compiler construction. By providing a unified API, it allows developers to define a custom programming l…

    Pascal 15 1

  5. MyraLang MyraLang Public

    Myra is a statically-typed, compiled language in the Pascal/Oberon tradition. It transpiles to C++23 and uses Zig as a build backend, producing real x86-64 executables and libraries for Windows and…

    Pascal 14 4

  6. Tiger Tiger Public

    Tiger is a Delphi-hosted compiler infrastructure that lets you generate native x86-64 binaries for Windows and Linux — executables, shared libraries, static libraries, and object files — entirely f…

    Pascal 16 3

Repositories

Showing 9 of 9 repositories
  • Metamorf Public

    A unified compiler-construction meta-language designed to define and build programming languages within a single .mor file. By describing tokens, grammar rules, semantic analysis, and code generation in one place, developers can produce native Win64 or Linux64 binaries via a built-in Zig/Clang pipeline.

    tinyBigGAMES/Metamorf’s past year of commit activity
    2 0 0 0 Updated Mar 17, 2026
  • PaxKit Public

    Compiler Construction Toolkit

    tinyBigGAMES/PaxKit’s past year of commit activity
    0 0 0 0 Updated Mar 10, 2026
  • ParseLang Public

    ParseLang is a specialized meta-language layer designed to streamline the creation of custom programming languages and domain-specific tools. By using a single .parse file, developers can define lexer rules, grammar handlers, and semantic analysis without building complex compiler infrastructure from scratch.

    tinyBigGAMES/ParseLang’s past year of commit activity
    Pascal 4 1 0 0 Updated Mar 4, 2026
  • ParseKit Public

    Parse() is a comprehensive Delphi-based toolkit designed to streamline the entire process of compiler construction. By providing a unified API, it allows developers to define a custom programming language’s syntax and logic within a single configuration object. The system manages the complex transition from source text to native binaries.

    tinyBigGAMES/ParseKit’s past year of commit activity
    Pascal 15 1 0 0 Updated Mar 4, 2026
  • DelphiFmt Public

    DelphiFmt - A fully configurable Delphi source code formatter engine for .pas, .dpr, .dpk, and .inc files. Controls indentation, spacing, line breaks, capitalisation, and alignment through a single options record. Idempotent by design. Format a string, a file, or an entire directory tree in one call. Built on ParseKit.

    tinyBigGAMES/DelphiFmt’s past year of commit activity
    Pascal 18 4 1 0 Updated Mar 2, 2026
  • NitroPascal Public

    NitroPascal is a full-featured Object Pascal compiler built entirely on top of Parse() - the compiler construction toolkit. It exists to prove a point: a complete, production-quality language can be built with Parse() without touching a parser generator, a lexer generator, or a custom pipeline.

    tinyBigGAMES/NitroPascal’s past year of commit activity
    Pascal 8 1 0 0 Updated Feb 28, 2026
  • MyraLang Public

    Myra is a statically-typed, compiled language in the Pascal/Oberon tradition. It transpiles to C++23 and uses Zig as a build backend, producing real x86-64 executables and libraries for Windows and Linux. The backend is invisible. You write Myra. You get binaries. Myra - Pascal. Refined.

    tinyBigGAMES/MyraLang’s past year of commit activity
    Pascal 14 4 0 0 Updated Feb 22, 2026
  • Tiger Public

    Tiger is a Delphi-hosted compiler infrastructure that lets you generate native x86-64 binaries for Windows and Linux — executables, shared libraries, static libraries, and object files — entirely from code. There is no source language to parse. Instead, you construct programs using a fluent Delphi API: define types, declare functions.

    tinyBigGAMES/Tiger’s past year of commit activity
    Pascal 16 3 0 0 Updated Feb 18, 2026
  • PaxLang Public

    Pax is a Pascal/Oberon-inspired systems language that compiles to modern C++23 using Zig’s Clang toolchain, with a pass-through design that lets you mix raw C++ and Pax code freely in the same source file.

    tinyBigGAMES/PaxLang’s past year of commit activity
    Pascal 16 2 1 0 Updated Feb 3, 2026

Sponsors

  • @chikega

Top languages

Loading…

Most used topics

Loading…