Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editi开发者
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to code a compiler in C?
I\'m writing a simple stack-based language in C and was wondering how I should go about implementing a loop structure of some kind, and/or lookahead symbols. Since the code is a bit long for this page
Recently 开发者_开发知识库I\'ve stumbled upon JONESFORTH, which is an interpreter for the Forth programming language implemented in plain assembly language.
I have written a Forth Mandelbrot fractal plotter, and as much as a technical exercise as anything else I would like to try to speed it up with some parallel processing.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I need to implement an interpreter for a programming language as part of a project I\'m working on.I don\'t think the details of this project are too relevant, except that it requires me to implement
I know the AND word defines binary and... but what defines logical and?开发者_如何学编程The same word, AND, is also used for logical and. But the two input values to AND are recommended to be well-for
Are Fortran, Cobol, Basic and Forth high level programming languages? And if not, what where the first high level programming languages?
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing