nomsu/lib/core.nom

11 lines
275 B
Plaintext
Raw Normal View History

#..
This file imports all the commonly used library files, which can be convenient for
avoiding retyping the whole list.
2018-01-11 03:35:35 -08:00
use "lib/metaprogramming.nom"
use "lib/text.nom"
2018-01-11 03:35:35 -08:00
use "lib/operators.nom"
use "lib/control_flow.nom"
use "lib/math.nom"
2018-01-11 03:35:35 -08:00
use "lib/collections.nom"