Getting into bison and flex

Getting into bison and flex

I want to build a compiler or my own parsing engine

Are you technically inclined? Have you checked out the latest microsoft, gnu, sun, intel and borland compilers and said to yourself me to or I can do better? There is more to building a compiler than reading in a file parsing the contents and vomiting machine code.

Getting into bison and flex – Details

I don&squo;t necessarliy want to get into all the gory details myself, but would like to provide a helpful starting point in case you want to write a config file parser that isn&squo;t necessarily too complex, but gives you the fundamentals to be on your way. You might think that

Building a parsing Engine

It is difficult, time consuming and error prone to create your own parsing engine, and is is often the mistake of novice programmers to try and reinvent the wheel without a real need. Don&squo;t get me wrong, sometimes I enjoy the occassional challenge of duplication a particularly interesting bit of code in my own right, however, there is often no need and often we re-create issues that have already been fixed in existing solutions. There are needs, however, that sometimes are not fullfilled in a particular bit of software that we need to overcome. At any rate, building a parsing engine is not necessarily an easy task even for those who have been doing it for considerable amounts of time, and I believe it is because the concerns about security, stability and reliability never go away.

ttessier

About ttessier

Professional Developer and Operator of SwhistleSoft
This entry was posted in Free Tools and tagged , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *