bus_car_dsl v0.1.3 BusCarDsl.Tree.Map
Summary
Functions
This rule
macro defines a parse_map/2 function for the calling module.
An example:
map_rule(:filter, :term)
injects a parse_map/2 function with the
signature def parse_map([:filter, :term | rest], acc) do