Online Tutorials and Books for Learning Parsing [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 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

Related

Any Framework For epub Reader [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 want to make a e-book reader application for iOS. can anybody suggest me some good epub format book READER LIBRARIES?
Thanks!
This might help you out for making a good ePub reader. There are many libraries as well which you can easily find out.Check this out

I need to create my own parser using yacc [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 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

Are there any tutorials for MVVM using Delphi? [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 interested in learning MVVM. Sadly I cannot find examples and/or tutorials on the internet that use Delphi with database applications.
Can you post links or point me in the direction that I should go?
Thank you in advance.
Take a look at this CodeRage session.
This session will look at Model-View-ViewModel, one technique that leverages LiveBindings to not only minimize the effort required to slide different UIs in front of your code, but also increases the maintainability and testability of your app as a bonus.

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

Are there any open source word processors made with Delphi? [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
If you know of one, I'd love to learn about it.
Thanks, as always -- Al C.
not exactly word processor but perhaps can fit well http://www.trichview.com/
The other major player is WPTools.
It's not open source, but I'm pretty sure there isn't an open source word processor in Delphi, unless it wraps the built-in TRichEdit. Sorry!

Resources