home *** CD-ROM | disk | FTP | other *** search
- pOt
- ~~~
- Purpose: Portable Oberon to C translator
-
- Setup:
- Icon Action/Meaning Default
- ---- -------------- -------
- Source Name of file to be compiled nil
- (typed or dragged).
-
- New symbol file Generate a new symbol file off
-
- Line numbers Generate #line's in C source off
-
- Run time checks:- Enable / disable generation of code
- to perform various checks during
- execution of the program.
-
- Index checks off Do not check that array indices do off
- not exceed the array bounds.
- Nil pointers off Do not check attempts to reference off
- an object pointed to by a Nil pointer.
- Range check off Do not check that the values of all off
- assignments are within the range of
- the variable being assigned.
- Type check off Do not check dynamic types. off
-
-
- Menu:
- Entry Action/Meaning Default
- ----- -------------- -------
- MS-DOS end-of-line Generate CRNL as NL off
- Filename in errors Add the filename to errors on
- and throw errors back to an
- editor.
-
-