-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |