Re: On Delphi and C++
> Why should this suddenly be easier?
Because we have Delphi and C++ compilers, for example
CPP compiler could generate pascal code from .h
headers. We can use compiler build-in lexer.
.
Relevant Pages
- Re: Using GDI+ in C++
... out how to modify library or API headers. ... that purpose, today, the compiler has a few options that ... The reason for it can be seen by looking at the output of: ... the definitions of the symbols mentioned in the complaints. ... (microsoft.public.vc.language) - Re: precompiled headers question
... All my source files are not in the same folder. ... which contains headers and sources of publishing functionality. ... That is because the compiler will look for the PCH instead of trying to load ... extern int MyFunction; ... (microsoft.public.dotnet.languages.vc) - Re: C and other programming languages
... language of choice, otherwise I wouldn't be using it in the first place. ... The main problem is that headers are not ... useless because they are often highly compiler specific. ... So setting the size of a string, ... (comp.lang.misc) - Re: PROS/CONS: #define BEGIN {
... It could cause the compiler to assume that subsequent code ... > detect and report a syntax error, but it could report any number of ... check for syntax errors in the headers. ... gcc usually dies with a parse error. ... (comp.lang.c) - Re: thoughts for a C compiler
... system headers for more traditional FFI reasons). ... But that still requires handcoding the interface and figuring it ... do the wrapping in your own scripting language. ... and deploying a C compiler, ... (comp.lang.misc) |
|