Skip to content

One evening miniproject with vanilla js compiled from ts to implement brainfuck compiler

Notifications You must be signed in to change notification settings

nipatiitti/brainfuck-online-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Compiler

This project is a valuation for the state of vanilla TypeScript web development in 2022. It's a Brainfuck compiler made with no library dependencies except esbuild for the development server and production build.

Frontpage

Getting Started

Prerequisites

  • Node.js >= 16.0.0
  • Yarn or npm

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Install dependencies:

    yarn install
    # or
    npm install

Development

To start the development server, run:

yarn dev
# or
npm run dev

Production Build

To create a production build, run:

yarn build
# or
npm run build

Analyze Build

To analyze the production build, run:

yarn analyze
# or
npm run analyze

About

One evening miniproject with vanilla js compiled from ts to implement brainfuck compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published