macro2.py

Description: 

A macro language developed for CoordConvert, which interprets python code in a file and inserts the evaluation of the expressions. It has two tags:

  • >>>>(definition, evaluated by exec)><><
  • >>>>(expression, evalued by eval())<<<<.

It is used by CoordConvert to glue together the final .py file from several smaller python modules.

Labels: