From d1aa8ddfd6e6a0d9369505e58319f6a15144496c Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Wed, 25 Dec 2019 19:56:36 +0100 Subject: [PATCH] Files generati automaticamente rimossi dal repository --- .gitignore | 2 ++ caratteri.py | 6 +++++- hello_world.c | 9 --------- long_division.c | 37 ------------------------------------- 4 files changed, 7 insertions(+), 47 deletions(-) delete mode 100644 hello_world.c delete mode 100644 long_division.c diff --git a/.gitignore b/.gitignore index dbc6bc6..9a4ef8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.o elea +hello-world.c +long-division.c diff --git a/caratteri.py b/caratteri.py index c2aa2b0..d572ee6 100644 --- a/caratteri.py +++ b/caratteri.py @@ -38,7 +38,11 @@ def stringa_elea_a_c(l): e2 = elea_a_c(e) return e2 + " /* " + l + " */" -PROLOGO = """#include "elea_tipi.h" +PROLOGO = """/* Questo file e` generato automaticamente a partire + * dai sorgenti testuali (file .elea-txt). + * Non modificare! + */ +#include "elea_tipi.h" const carattere %s[] = { """ diff --git a/hello_world.c b/hello_world.c deleted file mode 100644 index 86cb9b7..0000000 --- a/hello_world.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "elea_tipi.h" - -const carattere hello_world[] = { - 1, 1, 0, 0, 1, 11, 6, 16, /* 11 0017 # Φ */ - 0, 41, 41, 41, 41, 41, 6, 0, /* 0X XXXX # 0 */ - 31, 24, 55, 55, 57, 40, 57, 60, 55, 20, /* HELLO WORLD */ -}; - -const int hello_world_lunghezza = sizeof(hello_world) / sizeof(carattere); diff --git a/long_division.c b/long_division.c deleted file mode 100644 index b04d322..0000000 --- a/long_division.c +++ /dev/null @@ -1,37 +0,0 @@ -#include "elea_tipi.h" - -const carattere long_division[] = { - 0, 0, 0, 0, 0, 0, 0, 0, /* 00 0000 0 0 */ - 0, 0, 0, 0, 0, 0, 0, 0, /* 00 0000 0 0 */ - 0, 0, 0, 0, 0, 0, 1, 58, /* 00 0000 1 $ */ - 0, 0, 0, 0, 0, 0, 0, 0, /* 00 0000 0 0 */ - 0, 0, 0, 0, 0, 0, 0, 0, /* 00 0000 0 0 */ - 0, 0, 0, 0, 0, 0, 0, 0, /* 00 0000 0 0 */ - 0, 0, 0, 0, 0, 0, 0, 0, /* 00 0000 0 0 */ - 0, 0, 0, 0, 0, 0, 6, 17, /* 00 0000 # A */ - 1, 4, 0, 1, 9, 0, 6, 25, /* 14 0160 # F */ - 0, 1, 0, 3, 3, 9, 6, 18, /* 01 0226 # δ */ - 3, 3, 0, 1, 4, 9, 6, 25, /* 22 0146 # F */ - 0, 1, 0, 3, 1, 15, 6, 18, /* 01 0218 # δ */ - 3, 3, 6, 6, 6, 6, 6, 14, /* 22 #### # ÷ */ - 0, 0, 0, 1, 4, 9, 6, 1, /* 00 0146 # 1 */ - 14, 14, 0, 0, 13, 13, 0, 12, /* ÷÷ 00-- 0 9 */ - 14, 14, 0, 0, 13, 13, 0, 4, /* ÷÷ 00-- 0 4 */ - 14, 14, 0, 1, 4, 9, 16, 12, /* ÷÷ 0146 Φ 9 */ - 4, 0, 0, 3, 8, 0, 6, 43, /* 40 0250 # Y */ - 14, 14, 13, 13, 13, 13, 16, 4, /* ÷÷ ---- Φ 4 */ - 6, 6, 0, 1, 4, 9, 16, 8, /* ## 0146 Φ 5 */ - 35, 6, 0, 0, 1, 8, 32, 0, /* T# 0015 . 0 */ - 6, 6, 6, 6, 0, 0, 0, 17, /* ## ##00 0 A */ - 1, 4, 0, 1, 9, 0, 6, 31, /* 14 0160 # H */ - 40, 6, 0, 7, 3, 4, 6, 0, /* W# 0324 # 0 */ - 58, 61, 0, 1, 3, 7, 6, 14, /* $P 0123 # ÷ */ - 0, 0, 0, 0, 0, 0, 16, 7, /* 00 0000 Φ 3 */ - 38, 6, 0, 3, 15, 4, 6, 0, /* )# 0284 # 0 */ - 1, 4, 0, 1, 9, 0, 6, 23, /* 14 0160 # C */ - 14, 14, 0, 0, 0, 1, 0, 4, /* ÷÷ 0001 0 4 */ - 14, 14, 0, 0, 0, 1, 16, 5, /* ÷÷ 0001 Φ + */ - 38, 6, 0, 1, 9, 0, 6, 0, /* )# 0160 # 0 */ -}; - -const int long_division_lunghezza = sizeof(long_division) / sizeof(carattere);