DEBSOURCES
Skip Quicknav
sources / re2c / 4.4-1 / examples / python / includes / definitions.py
12345678910
from enum import Enum class Num(Enum): INT = 1 FLOAT = 2 NAN = 3 %{ number = [1-9][0-9]*; %}