24 lines
369 B
Markdown
24 lines
369 B
Markdown
<div align="center">
|
|
<h1>Babel<strong>er</strong></h1>
|
|
<p>
|
|
Babeler takes Babel AST and brings it to life! Ever wanted to take your Babel AST and actually
|
|
interpret and execute it? Well, now you can.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
## Table of Contents
|
|
|
|
1. [Install](#install)
|
|
2. [Introduction](#introduction)
|
|
|
|
## Install
|
|
|
|
```
|
|
npm install babeler
|
|
```
|
|
|
|
## Introduction
|
|
|
|
TODO
|