Skip to content

Commit

Permalink
Extend README, add directories
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Oct 29, 2014
1 parent 6ca38bc commit aaece04
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
Come one, come all! Just create Pull Requests, we'll merge them.

Directory layout

- Place *.mj files which are supposed to compile in pos/
- Place *.mj files which are not supposed to compile in neg/
- Place *.mj files which are intended to be compiled and executed,
and print values to stdout (via `System.out.println`).
Place a *.check file with the same name as the *.mj file to specify the expected output.

List of tests/tools (please keep up to date):
* `lexfuzz.py`: lexer fuzzer, prints string to be lexed to stdout, expected result (in --lextest format) to stderr.
Empty file added neg/.keep
Empty file.
Empty file added pos/.keep
Empty file.
Empty file added run/.keep
Empty file.

0 comments on commit aaece04

Please sign in to comment.