compiler tag

16 questions


1 answers
89 views
0
What is the difference between a compiler and an interpreter?

I heard that Java is an interpreter language and C is a compiler language What is the difference between an interpreter and a compiler? I'd like you to compare and teach me.

2 years ago

1 answers
89 views
0
Web compiler production questions

After writing the code and handing it over to the server, I tried to save it as a code file, compile it, run it, and send you the execution result, but now that I can't use the input function, I can m...

2 years ago

2 answers
82 views
0
Can anyone explain the compiler intermediate language and optimization easily?

Am I right to think about what this middle language is like?Example) Using Hindi - Intermediate Language - Korean The primitive program is divided into tokens through a lexical analyzerThese tokens ar...

2 years ago

2 answers
73 views
0
[javascript] Is JavaScript a compilation language or an interpreter language?

Hello. While studying scope in JavaScript, I was reading the following link, and I have a question.https://meetup.toast.com/posts/86 function foo() { console.log(a); var a = 2;}foo();There is an artic...


1 answers
123 views
0
Web Compiler Command Blocking

I would like to produce a web compiler after making an editor based on the answer I got from the previous question.After making it a batch file of compile commands on the server, save the code that ca...

2 years ago

1 answers
84 views
0
Visualize Java Source Code with JavaScript

I'm creating a visualization web of Java source code in my school project.The source code tries to scan and visualize the code assuming there are no errors.We are now implementing a code to tokenize t...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.