borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Previous Topic (New Download: Notepad)Next Topic (New Download: VB.NET Master-Detail Data-Entry Code) New Topic Post Reply
AndreaVB OnLine : AndreaVB Downloads News and Comments : New Download: C Language Parser
Poster Resource
omidgl
Level: Guest

icon New Download: C Language Parser

New download available:
C Language Parser

Description:
This is my first work in language design field. It was my "Language Implementation and Design" project in IUST University. It takes a standard C program. Then it recognizes variables, constants, statements, loops and other standard programming structures. In each step it tries to simplify the current step by replacing equals in the language table like :

VarDecl  ---->  Type ID;

VarDecl  ---->  Type ID[num];

Expr  ---->  ID = ID

Expr ----> ID = num

Stmt  ----> If Expr StmtList else StmtList



At the end if the given program riches the "Program" state, then it's a valid C program. Otherwise it's not acceptable.

04-10-2004 at 06:42 AM
| Add Comment
AndreaVB OnLine : AndreaVB Downloads News and Comments : New Download: C Language Parser
Previous Topic (New Download: Notepad)Next Topic (New Download: VB.NET Master-Detail Data-Entry Code)New Topic Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder