Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #2  
Old September 13th, 2017, 12:29 PM
Super Moderator
 
Join Date: May 2011
Default Re: BCPL Compiler Source Code

BCPL is a basic typeless dialect that was outlined in 1966 by Martin Richards and actualized surprisingly at MIT in the Spring of 1967.

A machine autonomous interpretive usage of BCPL is accessible for nothing out of pocket for private and scholastic purposes. In the event that you might want to introduce it on your machine, observe the appropriation README document and get a duplicate of bcpl.tgz. or, on the other hand bcpl.zip. The sizes and dates of formation of these documents can be found in FILES.

BCPL CINTCODE Distribution

The BCPL compiler has quite recently been overhauled with alternatives t32 and t64

to enable it to create 64-bit Cintcode when running on a 32-bit system, and 32-bit Cintcode when running on a 64-bit framework.

The 32-bit Cintcode aggregated code is put in cintcode/cin, and the 64-bit code is put in cintcode/cin64. The old BCPL64 circulation is currently out of date.

In catalog BCPL/cintcode the order

Make clean

Make

Will reconstruct the 32-bit Cintcode framework called cintsys, and

Make clean64

Make sys64

Will revamp the 64-bit Cintcode framework called cintsys64.

The summon charges b64, bc64, bs64, bcb64, bsb64, bcl64 and bsl64 will arrange to 64-bit Cintode when the compiler is running on either a 32-or 64-bit System.

The charge summons b, bc, bs, bcb, bsb, bcl and bsl will incorporate to

32-bit Cintode when the compiler is running on either a 32-or 64-bit System.

The index BCPL/cintcode/cin holds 32-bit Cintcode aggregated code.

The index BCPL/cintcode/cin64 holds 64-bit Cintcode aggregated code.

c compall will recompile all the BCPL code for the 32-bit adaptation

c compall64 will recompile all the BCPL code for the 64-bit adaptation

BCPL programs in BCPL/intcode

__________________
Answered By StudyChaCha Member
Reply With Quote
Reply




All times are GMT +6. The time now is 10:41 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8