Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 694 Bytes

What is BF2C ?

  • A hexadecimal number (48940 decimal)
  • A compiler which compiles BrainF*ck into C, optimizing as much as possible for speed, size and readability. Usage information is available via the -h parameter.

Current version: 1.3.1

See doc/cl.md for an overview of changes.

Goals

  • Find more optimizations
  • Keep the program free of bugs, time and memory efficient, clean, easily extendible and modifiable
  • Be platform-independent
  • Be compliant with the ANSI and POSIX standards

Further information

  • Overview of the general design: doc/design.md
  • Explanation of the versioning scheme: doc/vs.md
  • Overview of future plans: doc/fp.md