11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
#..
|
|
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"
|