2011 3rd International Conference on Electronics Computer Technology 2011
DOI: 10.1109/icectech.2011.5942077
|View full text |Cite
|
Sign up to set email alerts
|

Simple calculator compiler using Lex and YACC

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2015
2015
2024
2024

Publication Types

Select...
4
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(3 citation statements)
references
References 2 publications
0
3
0
Order By: Relevance
“…The NNEF parser was designed as an open source. We used LEX to support lexical analysis and YACC to automate parser generation. Moreover, we defined a token analysis rule that can recognize symbols defined in the NNEF document using LEX and YACC.…”
Section: Methodsmentioning
confidence: 99%
“…The NNEF parser was designed as an open source. We used LEX to support lexical analysis and YACC to automate parser generation. Moreover, we defined a token analysis rule that can recognize symbols defined in the NNEF document using LEX and YACC.…”
Section: Methodsmentioning
confidence: 99%
“…[5], [6], [7] also propose language frameworks for specific domains as networking, neurosciences, medical web repositories respectively. Mohit Upadhyaya demonstrates designing of a compiler for regular expression based language for a calculator using open source LEX and YACC parser [8]. This implementation guided us towards the thought that this parser can be used for our framework as well, as the query language being used is also based on regular expressions.…”
Section: Related Workmentioning
confidence: 98%
“…We use open source LEX and YACC parser in our framework similar to that used in [8] as it is best suited for languages which can be correctly tokenized using regular expressions.…”
Section: B Parsermentioning
confidence: 99%