In our previous episode, Tomas Hajny said: > 1) Find the first alphabetic character after the first line (which is > already processed/skipped by InstantFPC anyway) while ignoring all > whitespaces and possible comments (in all allowed formats, i.e. including > (* *) ) - the only small complexity here are nested comments, but even > that is not so difficult to handle. > > 2) If there is the 'program' keyword, find the semicolon and continue > searching for the next alphabetic character while still ignoring comments > and whitespaces (to skip possible global compiler directives). > > 3) Write down 'const InstantFPCScriptName = ...;' + LineEnding immediately > before the found alphabetic character (there should be no need to parse > it).
Will cause some "misplaced global compiler switch" if after the program came an {$mode originally. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal