Questions tagged as 'interpretador'

2
answers

Is there a C interpreter?

Everyone knows that C is a compiled language. Some know that in theory any language can be interpreted, unless it has some specification to prevent. Are there C interpreters? Do they serve for anything? And C ++?     
asked by 25.01.2017 / 11:52
1
answer

Is there a difference between a compiler and an interpreter?

What's the big difference between a compiler and an interpreter? In languages like C, Java is used as a compiler. In JavaScript, for example, an interpreter is used, but I was confronted with the JIT (just in time compiler) term. How can I...
asked by 15.03.2017 / 12:46
1
answer

How to create a simple interpreter? [closed]

I've always wanted to create a language (something simple) for myself but I have no idea how. The question is: How to create a simple interpreter?     
asked by 23.09.2015 / 21:52
1
answer

Algorithm for AST [duplicate]

I'm creating a programming language in C ++. I made a simple lexer, which works perfectly fine for now. out 5 + 7 * 3 My lexer turns this into: kw: out num: 5 op: + num: 7 op: * num: 3 nl Now I need to create an AST (abstract synt...
asked by 03.08.2017 / 23:09
2
answers

Is there any Interpreter for C?

I would like to test small C code snippets in the same way I can do with Python, opening the terminal and testing command-by-command, would this be possible with c?     
asked by 26.02.2015 / 06:17
1
answer

How to interpret binary content, .dat?

I need to interpret .dat files, for example. I suppose this is the content of it: ³Å¸ÎÔ| , being equivalent to "Davis" as a text. In JavaScript, using XMLHttpRequest to a .dat file should respond with the text "Davis", bu...
asked by 07.03.2016 / 00:47
1
answer

How to clean the screen of the Windows Python interpreter?

I'm starting to study Python (version 3) by doing several syntax tests using the interpreter for Windows. However, I would like to wipe from the screen the commands I have already executed, as the scroll bar grows. I tried typing clear ,...
asked by 27.04.2017 / 19:33
0
answers

Phpstorm, php interpreter is not configured - wrong folder!

, I put the html file in the same folder as php , in the right folder of my MAMP (which I think is htdocs, LookingaturlmoredeeplyIidentifiedthattheMAMPdirectory,whichshouldbehttp://localhost:8888/html5+php/fusao.php?valor...
asked by 01.10.2015 / 07:46