conf_caratteri.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. #include "elea_tipi.h"
  2. /* e f = 0 0 */
  3. #define CAR_ZERO 0
  4. #define CAR_UNO 1
  5. #define CAR_DUE 3
  6. #define CAR_TRE 7
  7. #define CAR_QUATTRO 4
  8. #define CAR_CINQUE 8
  9. #define CAR_SEI 9
  10. #define CAR_SETTE 11
  11. #define CAR_OTTO 15
  12. #define CAR_NOVE 12
  13. #define CAR_ONDA 2
  14. #define CAR_PIU 5
  15. #define CAR_DIESIS 6
  16. #define CAR_BARRA 10
  17. #define CAR_MENO 11
  18. #define CAR_DIVISO 14
  19. /* e f = 0 1 */
  20. #define CAR_PHI 16
  21. #define CAR_A 17
  22. #define CAR_B 19
  23. #define CAR_C 23
  24. #define CAR_D 20
  25. #define CAR_E 24
  26. #define CAR_F 25
  27. #define CAR_G 27
  28. #define CAR_H 31
  29. #define CAR_I 28
  30. #define CAR_DELTA 18
  31. #define CAR_UGUALE 21
  32. #define CAR_ALFA 22
  33. #define CAR_PERCENTO 26
  34. #define CAR_VIRGOLA 27
  35. #define CAR_GAMMA 30
  36. /* e f = 1 1 */
  37. #define CAR_EPSILON 48
  38. #define CAR_J 49
  39. #define CAR_K 51
  40. #define CAR_L 55
  41. #define CAR_M 52
  42. #define CAR_N 56
  43. #define CAR_O 57
  44. #define CAR_P 59
  45. #define CAR_Q 63
  46. #define CAR_R 60
  47. #define CAR_ASTERISCO 50
  48. #define CAR_APERTA_PARENTESI 53
  49. #define CAR_BETA 54
  50. #define CAR_DOLLARO 58
  51. #define CAR_ETA 59
  52. #define CAR_PI 62
  53. /* e f = 1 0 */
  54. #define CAR_PUNTO 32
  55. #define CAR_S 33
  56. #define CAR_T 35
  57. #define CAR_U 39
  58. #define CAR_V 36
  59. #define CAR_W 40
  60. #define CAR_X 41
  61. #define CAR_Y 43
  62. #define CAR_Z 47
  63. #define CAR_APOSTROFO 44
  64. #define CAR_TETA 34
  65. #define CAR_ESCLAMATIVO 37
  66. #define CAR_CHIUSA_PARENTESI 38
  67. #define CAR_INTERROGATIVO 42
  68. #define CAR_E_COMMERCIALE 43
  69. #define CAR_MOLTIPLICATO_PER 46