General purpose parser sample

XCore Project reviews, ideas, videos and proposals.
Post Reply
User avatar
Lele
Active Member
Posts: 52
Joined: Mon Oct 31, 2011 4:08 pm
Contact:

General purpose parser sample

Post by Lele »

Version: 1.4
Status: Public release
License: BSD
Download: /files/project_builds/CompParser.zip

This project provides a sample of a general purpose parser, it can be a good starting point if you need to check syntax of data buffers or streams and take decisions accordingly.
Video:



User avatar
phalt
Respected Member
Posts: 298
Joined: Thu May 12, 2011 11:14 am
Contact:

Post by phalt »

How many keywords can in interpret? Is it possible to add new keywords to it?
User avatar
Lele
Active Member
Posts: 52
Joined: Mon Oct 31, 2011 4:08 pm
Contact:

Post by Lele »

Keywords ( terminals ) and their rule usage are in ExpressionGrammar.h file. They are stored in a char buffer that can be as big as available memory.
SamanthaAustin
Newbie
Posts: 1
Joined: Thu Jun 18, 2015 8:40 am

Post by SamanthaAustin »

The best thing about technologies these days is that you can always learn something for free without costing much of your time and efforts. - Dennis Wong YOR Health
Post Reply