interpreter
How to build C interpreter using C++ or some other PL
I am looking at creating an interpreter fo开发者_开发百科r the C language. I have got hold of this link but I would like to know if there is any better way to do it. Right now, I am looking at implem[详细]
2023-02-05 01:44 分类:问答Does F# Interpreter (fsi.exe) also produces Intermediate Language-Code as F# Compiler (fsc.exe) does?
Currently I\'m doing a recherche for university about F#. I have a question about the F# interact开发者_开发技巧ive Console and the F# compiler.[详细]
2023-02-03 07:43 分类:问答Interpreting custom language
I need to develop an application that will read and understand text file in which I\'ll find a custom language that describe a list of operations (ie cooking recipe). This language has not been define[详细]
2023-02-03 06:12 分类:问答Evaluation in Scheme
ok, i have this problem here. i was asked to write a function in Scheme, that takes an \"environment\", and an expression and it returns the value of this expression, for the variable bindings found i[详细]
2023-02-03 04:49 分类:问答Java style FOR loop in a clojure interpeter?
I have a basic interpreter in clojure. Now i need to implement for (initialisation; finish-test; loop-update) {[详细]
2023-02-02 21:47 分类:问答How can I start the python console within a program (for easy debugging)?
After years of research programming in Matlab, I miss the way I could pause a program mid-execution and inspect the variables, do plotting, save/modify data, etc. via the interactive console, and then[详细]
2023-01-31 16:11 分类:问答Problem With Defined For Loop in Haskell
I have come across the same problem, but m开发者_运维技巧aybe I can give a little more context in what is going on for my situation and maybe that can help.[详细]
2023-01-31 08:12 分类:问答How to build a custom TclDevKit prefix file?
I want to use a custom TCL interpreter as the prefix file ofTclDevKit\'s tclapp. I have a TCL interpreter built from the following file:[详细]
2023-01-31 01:00 分类:问答Java Threads vs OS Threads
Looks like I have messed up with Java Threads/OS Threads and Interpreted language. Before I begin, I do understand that Green Threads are Java Threads where the threading is taken care of by the JVM[详细]
2023-01-30 11:42 分类:问答Is there a portable python interpreter that will run on Mac OS X 10.6 from a USB key?
I\'ve been run开发者_JAVA技巧ning myself ragged trying to find a portable interpreter that I can run from a USB key on my work computer.Work comp is running Mac OS X 10.6, fairly restricted environmen[详细]
2023-01-30 05:16 分类:问答