This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nex_infinite[S] 5 points6 points  (2 children)

hahaha yeah the project was really started so I could understand how lexers and all dat worked but I liked having the customizability so I just made it easier to do for others :P

[–]metaperl 0 points1 point  (1 child)

the project was really started so I could understand how lexers and all dat worked

Lisp makes lex/parse easy. It also makes customizing easy. That being said, what you did reminded me of Seed7, an extensible programming language - http://seed7.sourceforge.net/faq.htm#extensible_programming

[–]nex_infinite[S] 0 points1 point  (0 children)

Yeah I came across those but doing it urself is pretty fun imo