10
Syntax Coloring in an IDE
Creating a useful programming language requires more than just a compiler or interpreter that makes it possible to run programs—it requires an ecosystem of tools for developers. This ecosystem often includes debuggers, online help, or an integrated development environment, commonly called an IDE. An IDE can be broadly defined as any programming environment in which source code editing, compilation, linking steps (if any), and execution can all be performed within the same user interface. A good modern IDE typically includes many additional features, such as a graphical user interface builder and integrated debugger.
This chapter addresses some of the challenges of supporting your programming language in an IDE to ...
Get Build Your Own Programming Language - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.