Skip to content

uzairrj/Buffer-In-Compilers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)