fml 0.6.8

Friendly Markup Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use crate::{
    ast::{
        Content, FmlCodeBlockValue,
        FmlValue::{self, *},
        FmlValues, Section,
    },
    parser::{self},
};

use proc_macros::make_delimits_tests;

// Names reflect the enum values at use

mod parsing;
// FIXME: organize this module better