babeler/README.md

24 lines
369 B
Markdown
Raw Normal View History

2022-02-27 07:32:34 -06:00
<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