aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-08-09 16:37:59 -0400
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-08-09 16:37:59 -0400
commitd76e399d5a2eb254246896b060c13f6de26f504d (patch)
tree6552d7272cf3458241c386dfb7a3c59d308a742b /README
parent0916983826af0e2f581786c53ba01d313224862d (diff)
downloadexyapps-d76e399d5a2eb254246896b060c13f6de26f504d.tar.gz
no tabs
git-svn-id: http://svn.stsci.edu/svn/ssb/etal/exyapps/trunk@366 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 68b3302..a92e1ff 100644
--- a/README
+++ b/README
@@ -13,11 +13,11 @@ the name so this package can have a distinctive identity.
Installing / using exyapps
--
- python setup.py install
+ python setup.py install
- cd /your/project
+ cd /your/project
- exyapps my_grammar.exy
+ exyapps my_grammar.exy
For now, the package is compatible with yapps; Someday, I want to
make parsers run without the exyapps package installed.
@@ -34,26 +34,26 @@ What is here?
Makefile
yapps_grammar.g
- yapps_grammar.g is the source code for exyapps/grammar.py
- type "make" to re-generate it, then do an svn commit
+ yapps_grammar.g is the source code for exyapps/grammar.py
+ type "make" to re-generate it, then do an svn commit
doc
- looks like latex source for the documentation
+ looks like latex source for the documentation
examples
- duh
+ duh
exyapps
- the exyapps package that gets installed
+ the exyapps package that gets installed
scripts
- "exyapps" command that compiles a parser into python code.
+ "exyapps" command that compiles a parser into python code.
setup.py
test
- not actual tests, but apparently some interesting input to
- run through the parser for testing
+ not actual tests, but apparently some interesting input to
+ run through the parser for testing
New Features