|
Not Ranked
:
+0 / -0
0 score
Re: Self-Referential Language?
Quote:
|
Originally Posted by KAC
Also, Does anyone have links to resources related to writing languages? Tutorials, examples, compiler/interpreter/profiler examinations, and the likes? Do I need to learn assembly and/or C to write my own language?
|
Not at all. I've written several DSLs in Python using ANTLR as a parser generator.
It's not really what I'd call fun but it's not too bad.
I also wrote one in Perl and generated the tokenizer and parser by hand - and THAT was my own special version of hell.
tfs
----------------
There are no stupid questions, but there are a LOT of inquisitive idiots.
|