view src/parallel_execution/examples/piposaru/LexerImpl.h @ 771:9323327f09ae

remove generics
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sat, 09 Jan 2021 17:15:01 +0900
parents 642b9ae21844
children
line wrap: on
line source

typedef struct LexerImpl <> impl Lexer{
    __code next(....);
} LexerImpl;