wolfram-error 0.0.0

Notedown Text parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[macro_use]
extern crate quote;
extern crate pest_generator;
extern crate proc_macro;

mod build;

#[test]
fn ready() {
    println!("it, works!")
}

#[test]
#[ignore]
fn gen() {
    build::gen_parser();
}