svenssonjoel / lispBM

An interpreter for a concurrent lisp-like language with message-passing and pattern-matching implemented in C.
http://www.lispbm.com
GNU General Public License v3.0
90 stars 7 forks source link

New string extensions #12

Closed laxsjo closed 3 months ago

laxsjo commented 4 months ago

Added the str-join and str-find extensions. Also removed the str-merge extension, as it's been deemed to be replaced by str-join.

svenssonjoel commented 3 months ago

Will the changes to the tests directory appear in this pr as well?

laxsjo commented 3 months ago

Yes! I just haven't gotten to adding the tests yet.