compiler-as-a-service
Compiler as a service: How to build Refactoring tools?
Lisa Feigenbaum from Microsoft talks here about \"Compiler as a service\". I 开发者_StackOverflow社区have read this would make it easier to build refactoring tools. How? Mono\'s CAAS is great but if M[详细]
2023-03-06 01:46 分类:问答What are the differences between Boo vs Nemerle?
It looks like both of these languages are dubbed as \"what C# should have been\", with hygenic macros, REPL, Compiler as a Serivce (CaaS), static + duck typing (way before C# had it).Are there any maj[详细]
2023-02-02 15:02 分类:问答Is it possible to call C# lexical/syntactic analyzers without compilation?
Considering this quest开发者_JAVA百科ion of SO, where whole C# in-memory compiler is being called. When only lexical and syntactic analyzing is required: parse text as a stream of lexemes, check them[详细]
2022-12-26 01:54 分类:问答How does this PHP know which array key/values to use?
Below is part of a PHP database class someone else wrote, I have removed about 80% of it\'s code, all the un-related code to my question has been removed and just the amount remains that allows me to[详细]
2022-12-16 21:38 分类:问答