From 76bc9028e9585a06717bb051ec72612e57b88b52 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 21 Nov 2016 22:13:39 +0100 Subject: Canard include file and compiler initial commit Signed-off-by: Paul Kocialkowski --- include/canard.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 include/canard.h (limited to 'include/canard.h') diff --git a/include/canard.h b/include/canard.h new file mode 100644 index 0000000..e31581f --- /dev/null +++ b/include/canard.h @@ -0,0 +1,50 @@ +/* + * Copyright (C) 2016 Paul Kocialkowski + * Copyright (C) 2016 Jerome Coste + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef _CANARD_H_ +#define _CANARD_H_ + +#define avale , +#define coin ; +#define digere { +#define gere } +#define bouffe ( +#define gerbe ) +#define pan = +#define canard if +#define placo else +#define collectionne while +#define couve for +#define chie return + +#define magret int +#define cane short +#define canneton char +#define conflit unsigned + +#define et +#define le +#define la +#define de +#define des +#define avec +#define un +#define une +#define puis + +#endif -- cgit v1.2.3