I need to create my own parser using yacc [closed] - parsing

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to create a parser for my own programming language using YACC.Can anyone help me with some suggestions or possibly a few tutorials ?

Start with the Bison reference manual itself. http://www.gnu.org/software/bison/manual/bison.pdf

Related

how to take accelerometer output and plot on s xy graphg [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I just want to do a simple xy plot of someone standing up from a chair.
Can anyone recommend code snippet or other example of this application?
Thanks
Take a look at Apple's example of that very thing.

What is the nodejs equivalent library of the ruby gem 'devise'? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Looking for a nodejs library that can help make the process of creating user profiles easier for a web application
Passport is really good for it. More information is available here.

OmniThread alternatives for iOS/Android/OSX? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any alternatives to OmniThread under iOS/Android/OSX?
It does not need to be as complete as OmniThread, I just need to be able to have thread pools and TFuture<> classes.
Thanks!
UPDATE: Delphi XE7 now implements Future/Parallel/Task in System.Threading.

Simple Prototype creator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
i am looking for simple prototype/wireframe/mockup creator, with that i can show flow of any application to designing team.
I have used Jutinmind but found that a little bit time taking.
i want simple one that won't take much time
There is a kickstarter being funded that would meet your needs nicely http://www.kickstarter.com/projects/appseed/appseed-turn-sketches-into-functioning-prototypes

Online Tutorials and Books for Learning Parsing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
HI I am a Parsing Newbie and I intend to learn it for my project. Can anyone suggest me good books or tutorials for the same? I know a little bit about Context free grammar but that is all the exposure I have
This book teachs many things, including parsing. It's considered a classic in compilers.
http://www.amazon.com/Compilers-Principles-Techniques-Alfred-Aho/dp/0201100886

Resources