git @ Cat's Eye Technologies Cfluviurrh / a674cf1
Slap on a version number. catseye 10 years ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 The Cfluviurrh Programming Language
11 ===================================
2
3 Version 1.0
24
35 _Cfluviurrh_ is, as far as I am aware, the first programming language designed
46 for writing programs that can *feel*. Cfluviurrh defines a mechanism by which
0 /*
1 * cfluviurrh.c
2 * reference interpreter for
3 * the Cfluviurrh programming language, version 1.0
4 * Copyright (c)2012, Chris Pressey, Cat's Eye Technologies
5 * covered under a BSD-style license: see LICENSE
6 */
7
08 #include <stdio.h>
19 #include <stdlib.h>
210 #include <string.h>