Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 265 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 265 Bytes

Buffers in Compilers

A buffer purely developed in C, It is used in compilers, and can be used in any other softwares.

The buffer can be operable in three states:

  1. Fixed Sized Buffer (f)
  2. Additive Self Incrementing (a)
  3. Multiplicative Self Incrementing (m)