Compiler howto ;
Posted: Sun Nov 13, 2016 3:24 pm
Anders Hejlsberg (mr Turbo Pascal, c#) gives some insight into modern compiler design, which happens to be indispensable for the modern intelligent code editor. At the end of the video they also talk about how multiple editors from different vendors can support a programming language easily by delegating the lookup part to the "compiler as a service".
https://channel9.msdn.com/Blogs/Seth-Ju ... nstruction
Of course the editor of LC is in need of live code help intelligence. Which is also mostly only possible with an object first syntax (dot natation).
https://channel9.msdn.com/Blogs/Seth-Ju ... nstruction
Of course the editor of LC is in need of live code help intelligence. Which is also mostly only possible with an object first syntax (dot natation).