Skip to content

Commit

Permalink
Merge pull request #256 from exercism/wordy-hints
Browse files Browse the repository at this point in the history
Add HINTS to wordy exercise
  • Loading branch information
robkeim authored Dec 18, 2016
2 parents 701ca30 + 06b99e9 commit b24b62f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/wordy/HINTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Hints
- To parse the text, you could try to use the [FParsec](http://www.quanttec.com/fparsec/tutorial.html) library.
- As an exercise, you could try to represent a question as an [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree).

0 comments on commit b24b62f

Please sign in to comment.