add_executable(re2c
    main.c
    code.c
    dfa.c
    parser.c
    actions.c
    scanner.c
    mbo_getopt.c
    substr.c
    translate.c
    )
