package diffast-langs-python-parsing

  1. Overview
  2. Docs
type _ terminal =
  1. | T_error : unit terminal
  2. | T_YIELD : unit terminal
  3. | T_WITHx : unit terminal
  4. | T_WHILE : unit terminal
  5. | T_UNDERSCORE : unit terminal
  6. | T_TRY : unit terminal
  7. | T_TRUE : unit terminal
  8. | T_TILDE : unit terminal
  9. | T_STAR_STAR_EQ : unit terminal
  10. | T_STAR_STAR : unit terminal
  11. | T_STAR_EQ : unit terminal
  12. | T_STAR : unit terminal
  13. | T_SLASH_SLASH_EQ : unit terminal
  14. | T_SLASH_SLASH : unit terminal
  15. | T_SLASH_EQ : unit terminal
  16. | T_SLASH : unit terminal
  17. | T_SHORTSTRING : string terminal
  18. | T_SEMICOLON : unit terminal
  19. | T_RPAREN : unit terminal
  20. | T_RETURN : unit terminal
  21. | T_RBRACKET : unit terminal
  22. | T_RBRACE : unit terminal
  23. | T_RAISE : unit terminal
  24. | T_PRINT : unit terminal
  25. | T_PLUS_EQ : unit terminal
  26. | T_PLUS : unit terminal
  27. | T_PIPE_EQ : unit terminal
  28. | T_PIPE : unit terminal
  29. | T_PERCENT_EQ : unit terminal
  30. | T_PERCENT : unit terminal
  31. | T_PASS : unit terminal
  32. | T_OR : unit terminal
  33. | T_NOT : unit terminal
  34. | T_NONLOCAL : unit terminal
  35. | T_NONE : unit terminal
  36. | T_NEWLINE : int terminal
  37. | T_NAMEx : string terminal
  38. | T_MINUS_GT : unit terminal
  39. | T_MINUS_EQ : unit terminal
  40. | T_MINUS : unit terminal
  41. | T_MATCH : unit terminal
  42. | T_MARKER : string terminal
  43. | T_LT_LT_EQ : unit terminal
  44. | T_LT_LT : unit terminal
  45. | T_LT_GT : unit terminal
  46. | T_LT_EQ : unit terminal
  47. | T_LT : unit terminal
  48. | T_LPAREN : unit terminal
  49. | T_LONGSTRING_REST : string terminal
  50. | T_LONGSTRING_BEGIN_S : string terminal
  51. | T_LONGSTRING_BEGIN_D : string terminal
  52. | T_LONGINTEGER : string terminal
  53. | T_LBRACKET : unit terminal
  54. | T_LBRACE : unit terminal
  55. | T_LAMBDA : unit terminal
  56. | T_IS : unit terminal
  57. | T_INTEGER : string terminal
  58. | T_INDENT : unit terminal
  59. | T_IN : unit terminal
  60. | T_IMPORT : unit terminal
  61. | T_IMAGNUMBER : string terminal
  62. | T_IF : unit terminal
  63. | T_HAT_EQ : unit terminal
  64. | T_HAT : unit terminal
  65. | T_GT_GT_EQ : unit terminal
  66. | T_GT_GT : unit terminal
  67. | T_GT_EQ : unit terminal
  68. | T_GT : unit terminal
  69. | T_GLOBAL : unit terminal
  70. | T_FROM : unit terminal
  71. | T_FOR : unit terminal
  72. | T_FLOATNUMBER : string terminal
  73. | T_FINALLY : unit terminal
  74. | T_FALSE : unit terminal
  75. | T_EXEC : unit terminal
  76. | T_EXCLAM_EQ : unit terminal
  77. | T_EXCEPT : unit terminal
  78. | T_ERROR : string terminal
  79. | T_EQ_EQ : unit terminal
  80. | T_EQ : unit terminal
  81. | T_EOF : unit terminal
  82. | T_ELSE : unit terminal
  83. | T_ELLIPSIS : unit terminal
  84. | T_ELIF : unit terminal
  85. | T_DOT : unit terminal
  86. | T_DEL : unit terminal
  87. | T_DEF : unit terminal
  88. | T_DEDENT : unit terminal
  89. | T_CONTINUE : unit terminal
  90. | T_COMMA : unit terminal
  91. | T_COLON_EQ : unit terminal
  92. | T_COLON : unit terminal
  93. | T_CLASS : unit terminal
  94. | T_CASE : unit terminal
  95. | T_BREAK : unit terminal
  96. | T_BACKQUOTE : unit terminal
  97. | T_AWAIT : unit terminal
  98. | T_AT : unit terminal
  99. | T_ASYNC : unit terminal
  100. | T_ASSERT : unit terminal
  101. | T_AS : unit terminal
  102. | T_AND : unit terminal
  103. | T_AMP_EQ : unit terminal
  104. | T_AMP : unit terminal
OCaml

Innovation. Community. Security.