项目作者: acarlson99

项目描述 :
Quines with different restrictions in C, assembly, golang, and python
高级语言: C
项目地址: git://github.com/acarlson99/dr-quine.git
创建时间: 2019-05-31T08:01:42Z
项目社区:https://github.com/acarlson99/dr-quine

开源协议:

下载


Dr. Quine

Introduction to kleene’s algorithm

Creating quines) with certain requirements

See pdf for details

Colleen

Simple quine. Prints source to stdout

  1. ./Colleen > test.s
  2. diff Colleen.s test.s

Grace

Prints source to Grace_kid.s

  1. ./Grace
  2. diff Grace.s Grace_kid.s

Sully

Prints source to Sully_X.s only if X > 0

  1. ./Sully
  2. diff Sully.s Sully_4.s

example