/C-parser

parser built in C, that parses number from a stream of characters

Primary LanguageC

Decimal Parser

My first parser

This is my first parser I build in C lang, and I learn from it, that OOP is important.

FINITE STATE MACHINE

In this parser I used finite state machine to parse the number.