Files
dolt/nomdl/codegen/test/map.noms
Erik Arvidsson 6e369b85cd NomDL: Change command line to process all .noms files
The codegen.go command line utility now detects the package name from
the file that it was invoked from if `--package` was not provided.

It also processes all `.noms` files in the current directory in case
the `--in` flag was not provided.
2015-09-21 12:19:14 -04:00

3 lines
49 B
Plaintext

using Map(Bool, String)
using Map(String, Value)