Tagged Questions
The interpeter tag has no wiki summary.
6
votes
2answers
511 views
Interpreting and/or receiving dotNet code at run-time
Html can contain little bits of Javascript embedded in it (e.g. defined in onclick event handlers).
If I were writing an Html browser using a dotNet language like C#, what technologies or APIs could ...
2
votes
1answer
177 views
The metacircular evaluator
I have to write scheme with scheme.. quiet funny, but that's the situation.
Any way, Here's an example for trying to write "lambda" expression with all the proucedors that I may use,and I need help ...
0
votes
2answers
271 views
Haskell recursive problem, tiny parser. Check variables
I'm still working on a tiny parser for a tiny language defined in a task at school. The parser that generates an AST(Abstract syntax tree) is working. What I want is to check the defined variables, ...