aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazidar2015-02-25 12:52:34 -0800
committerazidar2015-02-25 12:52:34 -0800
commit8ef4327d7ad6abb745ac0c6399b121d2027ee724 (patch)
tree97d2089d220f0c38108724b4acd5f3905f0cbe5b
parent933da6a8678de7c90e3afbcbec5dc73022cc4983 (diff)
Fixed typo in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71c6648f..939e9790 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
2. Most of the passes are relatively language independent
3. Stanza is easier to develop in than scala bc less-strict type system
4. As a favor, its useful to develop in stanza to give Patrick some language tips :)
- The hardest part to port will likely be the parser, but we hope to use an scala parser for the port.
+ The hardest part to port will likely be the parser, but we hope to use an existing scala-based general-purpose parser for the port.
#### Installation instructions (for Mac):
*Disclaimer*: This project is going through development stages so there is no guarantee anything works.