/dr-quine

Quines with different restrictions in C, assembly, golang, and python

Primary LanguageC

Dr. Quine

Introduction to kleene's algorithm

Creating quines with certain requirements

See pdf for details

Colleen

Simple quine. Prints source to stdout

./Colleen > test.s
diff Colleen.s test.s

Grace

Prints source to Grace_kid.s

./Grace
diff Grace.s Grace_kid.s

Sully

Prints source to Sully_X.s only if X > 0

./Sully
diff Sully.s Sully_4.s

example