mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
48962b6641
(which I disliked) to a new C bootstrap.
9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
This is an independent implementation of Objective C - independent
|
|
of Stepstone's, NeXT's, GNU's (Free Software Foundation) or SunSoft's
|
|
Objective C implementation.
|
|
|
|
Like the GNU compiler, the "objc" grammar is written in YACC. The lexical
|
|
ananlyzer is written in LEX, and the compiler itself in the Bourne
|
|
shell and in Objective C. (the optional Objective C link editor is
|
|
written in AWK).
|