![]() |
|
|
|
|
|
|
3
23rd October 04:49
External User
Posts: 1
|
Prospero claimed to have fully conforming Pascal compiler. If you look
at features GPC is quite close: biggest omission is lack of set schema. There are some restrictions on schema initializers. GPC does not support using ordinal schema as schema discriminants. This is probably the full list of ommisions -- I am writing this from memory so I might forgot something. If you try GPC you may find other problems, but they are likely to be bugs rather then omissions. -- Waldek Hebisch hebisch@math.uni.wroc.pl |
|
|
4
23rd October 04:49
External User
Posts: 1
|
GNU Pascal. The major problem with it is that it hasn't been
integrated with gcc, although that should happen "real soon now". Check on comp.lang.pascal.ansi-iso and comp.lang.pascal.misc. Mailing list at gpc@gnu.de. Cross-posted to those. -- Chuck F (cbfalconer at maineline dot net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> |
|
|
6
23rd October 04:49
External User
Posts: 1
|
Richard Engebretson:
Indeed until the 1995 version, Ada was not anymore a superset of some Pascal dialects due to its lack of built-in object-oriented features (but having already exceptions, multitasking and genericity (high-level templates)). It regained its superset status since then. The big difference is that the versions of Ada stand on a single line 1983 -> 1995 -> 2005; whereas versions of Pascal build a thick graph. One can like the Ada situation or the Pascal one. Probably, if you make a compiler, it is easier to create "your" Pascal extensions; if you are on the user side and especially need to maintain and port code, you'll prefer standards - but then, rather rich and useful ones. __________________________________________________ ____ Gautier -- http://www.mysunrise.ch/users/gdm/index.htm NB: For a direct answer, e-mail address on the Web site! |
|