18fadly-anthony / better-as-is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better As-Is Parser

A very simple parser for a theoretical format called as-is for my CIT 384 class

Example Input

status: 200 Cool
X-hostname: cit384-${USER}.csun.edu
content-type: text/plain

A plain text file

Example Output

HTTP/1.1 200 Cool
server: premortal/cit-384/${USER}
date: ${DATE}
X-hostname: cit384-${USER}.csun.edu
content-type: text/plain

A plain text file

About


Languages

Language:Python 100.0%