diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-06 14:21:04 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:00 +0700 |
commit | d932be9cd67647b92640ce5e21faf01e889eddc8 (patch) | |
tree | 2df5cda153eafdd6e6fba9dfd61e09a9a98f922b /development/obcpl/README | |
parent | e4744bafbf98be5634cb4be76e4ef39bff19d595 (diff) |
development/obcpl: Updated for version 0.9.8, fix build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/obcpl/README')
-rw-r--r-- | development/obcpl/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/development/obcpl/README b/development/obcpl/README index f3248d3c8534..4a9996cef286 100644 --- a/development/obcpl/README +++ b/development/obcpl/README @@ -12,3 +12,20 @@ deal to recommend it. The compiler frontend consists of only about x86_64 note: obcpl doesn't require multilib on Slackware64. It only generates 32-bit x86 code, but the binaries it creates are 100% statically linked, and will run fine on Slackware64 without multlib. + +The package includes: + +- The BCPL compiler itself (/usr/bin/obcpl and the support files in + /usr/lib(64)?/obcpl) +- The utilities: + - obcpl-cmpltest: compiler test + - obcpl-gpm: macro generator + - obcpl-xref: cross referencer +- The sources for the utilities +- Example code (Hello World and a factorial calculator) +- The obcpl documentation, including manual.txt and standard.txt + +See also: + +https://en.wikipedia.org/wiki/BCPL +https://www.cl.cam.ac.uk/~mr10/bcplman.pdf |