QuTech-Delft / libqasm

libQASM: Library to parse cQASM files
https://arxiv.org/abs/1805.09607
Other
17 stars 16 forks source link

Flex_bison input files #6

Closed kel85uk closed 6 years ago

kel85uk commented 6 years ago

We need to create the lexer input files as well as the grammar input for flex and bison respectively.

kel85uk commented 6 years ago

WIP: Addressed in commit 64a1c2ee08eb3cb036f4763c87f14364fa6ca63b

kel85uk commented 6 years ago

WIP: Bison finally does something when it encounters a rule. It just prints the terminal tokens found. It's a bridging example of how I can create a library interface for the other programs to use.

See commit bb9ff259dadac1cb4b33209650c7e179f9f63e1a

kel85uk commented 6 years ago

Completed... e976aa8978e953cce33507d1bf419e3e8b3ce6ed