The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
paul b811f1be15 compiler: implement delphi style class operators:
- add delphi operator tokens into token enum
  - move optoken search from parse_proc_dec to parse_proc_head and add delphi operator name search
  - map delphi operators to existent fpc operators and skip some delphi operators for now
  - implement store operators in record symtable and search in it

git-svn-id: trunk@16624 -
2010-12-24 05:43:36 +00:00
compiler compiler: implement delphi style class operators: 2010-12-24 05:43:36 +00:00
ide * cleaning out use of old endianess routines (these are centralized in system since 2.0.x days) 2010-12-23 20:38:56 +00:00
installer
packages * fix | separator char. Bug 6262D 2010-12-21 19:30:12 +00:00
rtl + most of OS/2 threading support implemented; not debugged yet though 2010-12-19 22:05:05 +00:00
tests compiler: implement delphi style class operators: 2010-12-24 05:43:36 +00:00
utils * Support for multiple directories. 2010-12-19 20:40:37 +00:00
.gitattributes compiler: implement delphi style class operators: 2010-12-24 05:43:36 +00:00
.gitignore - obsolete, removed (handled by regular script) 2010-12-10 10:13:55 +00:00
Makefile * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00
Makefile.fpc * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00