LBHB / NEMS0

THIS VERSION OF NEMS IS NO LONGER SUPPORTED. PLEASE USE THE NEW NEMS REPOSITORY OR INSTALL NEMS_DB TO GET NEMS0 SUPPORT.
GNU General Public License v3.0
8 stars 4 forks source link

Keyword overhaul #236

Closed svdavid closed 4 years ago

svdavid commented 4 years ago

This PR supports moving keyword definitions close to the code that they map to. For modules, they can be integrated into the a new NemsModule objects (decorator @xmodule) and for xforms code close to where the actual code is (with decorator @xform).