jalextowle / csol

A Solidity Compiler Implementation in C
MIT License
0 stars 0 forks source link

Flex Scanner #7

Open jalextowle opened 5 years ago

jalextowle commented 5 years ago

tl;dr -- Instead of creating all of the scanners myself, I will create the scanner using the GNU tool Flex.

Specification

Create a flex scanner that will fulfill the role of a lexical analyzer for the current solidity grammar (version ^0.5.0).

jalextowle commented 5 years ago

6 #4 #3.

This flex scanner should encapsulate all of the functionality that these issues describe as well as the additional functionality specified in the Solidity grammar.