interpreter
How do i make my BASIC interpreter in C know whats been inputed
I am trying to create a BASIC interpreter in C. I started with an interpreter for math calculation (just like a calculator except here i can give the variable X the value 2, for example). My problem i[详细]
2023-03-07 11:28 分类:问答How does the "magic lines(s)" in python work, when specifying encoding in python file?
At the start of a python file (first line) sometimes I read # -*- coding: utf-8 -*- and sometimes I read[详细]
2023-03-07 04:08 分类:问答Scala Interpreter for custom DSL leads to memory leaks?
At my current project we are planing to implement special DSL to allow end-user to do workflow customizations. We are considering several ways to do it and one of the them is to use Scala Interpreter[详细]
2023-03-07 03:18 分类:问答Explain How Jint Works
I would like to understand how Jint, a JavaScript Intrepreter written in C# works. Specifically: How does it makes use of Antlr?[详细]
2023-03-06 14:53 分类:问答How does one implement a "stackless" interpreted language?
I am making my own Lisp-like interpreted language, and I want to do tail call optimization. I want to free my interpreter from the C stack so I can manage my own jumps from function to function and my[详细]
2023-03-06 01:42 分类:问答Prolog interpreter
I have to \'code\' something like Eliza.pl , I don\'t 开发者_JAVA技巧know how to start. I found that link:[详细]
2023-03-06 00:56 分类:问答C Interpreter (Not Compiler)? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Is there an interpre开发者_JS百科ter for C?[详细]
2023-03-05 23:51 分类:问答java framework for parsing action file
Hi I want to write a program in J2SE that be able to read commands (with their parameters) from some file (Like an XML file)[详细]
2023-03-04 04:37 分类:问答if javascript interpreter does "JIT compilation", does it cache results of it for use on the same script next time I load the website?
to make it more specific, I mostly care about SpiderMonkey interpr开发者_如何学Goeter in Firefox.[详细]
2023-03-04 04:07 分类:问答Haskell interpreter on Android? [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何转开发 Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-02 00:43 分类:问答