Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interp

To install dependencies:

bun install

To run:

  • Add a new AST on to the rinha folder like so > {filename}.rinha.json
  • Change the string that identifies the file in the init Function on the index.ts file Eg:..
init("filename");
  • Run:
bun run start
  • It will create a transpiled version and run the same. The output should be a js file on the output folder named index.js
  • If you're using the Dockerfile just change the init function. Build and run; This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime.

About

A simple transpiler from rinha to js using Bun

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages