A
A
Alexey Anisimov2018-07-27 10:46:58
Java
Alexey Anisimov, 2018-07-27 10:46:58

Your own java code editor?

I wanted to write my own simple java code editor, like a console, but with hints, which suggests errors, etc., to control the game. Who has experience with such things, please tell me how to approach this, what you need to know, etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2018-07-27
@wan340

This may surprise you, but it is desirable to know the theory of translators. In order for the editor to work not with text, but with code, you will need to write at least a lexer , a parser and a static analyzer .

M
m0nym, 2018-07-27
@m0nym

Eclipe see
Sources are open.
Or look plugins for Intellij IDEA.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question