tkellehe / noodel

A programming language designed around supporting ASCII animation based code golfing challenges.
10 stars 0 forks source link

Modularize More #28

Closed tkellehe closed 7 years ago

tkellehe commented 7 years ago

Break out noodel.js into noodel.js which just defined the basic functionality. Then noodel-basic.js which will have all of the basic commands.

tkellehe commented 7 years ago

Make even more modular where different commands are grouped together in a particular file.