
Embeded Compiler/ Interpreter in my own app
Todd,
I have seen adverti{*filter*}ts in some proramming magazines in regards to
"Drop In" compilers. I can't remeber their names, but check the more
advanced ones. Suggestions:
Dr. Jobbs (Or ist is Dobbs??)
Any type of C/C++ developers magazines.
Hope this helps,
Paul
Quote:
>OK
>What do I need to do this?
>I'm writing my own Interpreter/ Compiler on the Windows 95/ NT platform,
>that makes use of some old <legacy> fortran calls. I'm porting the
>FORTRAN routines to a DLL, And developing the "IDE" (Integrated
>Developement Environment) using VB or V C++. I allready have an
>embedable text editor.
>I need a .. eh .. 'parser' & a 'lexer' ( i guess?). Is that what pcct
>gives me? Does it run ok on Wintel platform?
>Can you suggest:
>A good dev system (lex, yacc(?), pcct, whatever)
>A Good book
>Your recomendations on creating my own development environment - to
>create a developement environment
>Thank you
>Todd