awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
xavieryao avatar

xavieryao/Swift-Brainfuck

0
View on GitHub↗
9 stars·1 fork·Swift·MIT·6 views

Swift Brainfuck

Brainfuck interpreter written in Swift using Playground.

Features

  • Language Implementation - Interpreter for the esoteric language.

Star history

Star history chart for xavieryao/swift-brainfuckStar history chart for xavieryao/swift-brainfuck

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Swift Brainfuck

These projects share indexed features with Swift Brainfuck. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ahoppen/introduction-to-compilersahoppen avatar

    ahoppen/introduction-to-compilers

    476View on GitHub↗

    Swift Playground giving an overview over the inner workings of modern compilers

    Swift
    View on GitHub↗476
  • brianhill/register-vm-in-swiftbrianhill avatar

    brianhill/register-vm-in-swift

    9View on GitHub↗

    A Swift Playground for the Wikibook "Creating a Virtual Machine" by Jeffrey Meunier

    Swift
    View on GitHub↗9
  • dimsumthinking/turtleplaygrounddimsumthinking avatar

    dimsumthinking/TurtlePlayground

    126View on GitHub↗

    Swift playground using Logo-like commands

    Swift
    View on GitHub↗126
  • igorkulman/swiftpascalinterpreterigorkulman avatar

    igorkulman/SwiftPascalInterpreter

    292View on GitHub↗

    Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series.

    Swift
    View on GitHub↗292
Compare all 7 related projects→

Frequently asked questions

What does xavieryao/swift-brainfuck do?

Brainfuck interpreter written in Swift using Playground.

What are the main features of xavieryao/swift-brainfuck?

The main features of xavieryao/swift-brainfuck are: Language Implementation.

Which projects share features with xavieryao/swift-brainfuck?

Projects with overlapping indexed features include: ahoppen/introduction-to-compilers — Swift Playground giving an overview over the inner workings of modern compilers. brianhill/register-vm-in-swift — A Swift Playground for the Wikibook "Creating a Virtual Machine" by Jeffrey Meunier. dimsumthinking/turtleplayground — Swift playground using Logo-like commands. igorkulman/swiftpascalinterpreter — Simple Swift interpreter for the Pascal language inspired by the Let’s Build A Simple Interpreter article series. marciok/mu — It's a Swift playground explaining how to create a tiny programming language named Mu. mkchoi212/lbac-swift — Learn how to build a compiler by interacting with Let's Build a Compiler by Jack Crenshaw in Swift Playgrounds.