AntonJoha / Lisp

Lisp
MIT License
0 stars 0 forks source link

14 implement a better way of handling predefined functions #20

Closed AntonJoha closed 1 year ago

AntonJoha commented 1 year ago

Predefined functions now have their own subdirectory in eval. It uses a structure of functions pointers in order to more easily expand for future use. All new functions will have to follow the specific structure, but that's no problem