beans 2.0.0

A parser generator library based on the Earley parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 ```text
  _                                  
 | |__     ___    __ _   _ __    ___ 
 | '_ \   / _ \  / _` | | '_ \  / __|
 | |_) | |  __/ | (_| | | | | | \__ \
 |_.__/   \___|  \__,_| |_| |_| |___/
                                     
```
[![Build Status](https://travis-ci.com/TheBlackBeans/beans.svg?branch=rust-dev)](https://travis-ci.com/TheBlackBeans/beans)

Beans is a language-oriented programing language.
It may change it's syntax, and the attached semantic, during compilation, in order to always write idiomatic code, no matter what problem you are trying to solve

*Warning*: Beans is still in pre-release.
The python implementation is only a proof-of-concept, which is now considered discontinued.

This project is maintained by TheBlackBeans.