aboutsummaryrefslogtreecommitdiff
path: root/lib/core.nom
blob: 8843104b7cb2f49a7281a4ce22371cf43ec10e6a (plain)
1
2
3
4
5
6
7
8
9
10
#..
    This file imports all the commonly used library files, which can be convenient for
    avoiding retyping the whole list.

use "lib/metaprogramming.nom"
use "lib/text.nom"
use "lib/operators.nom"
use "lib/control_flow.nom"
use "lib/math.nom"
use "lib/collections.nom"