Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tritium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ int main(void)
return 0;
}
</pre>

Executable names
----------------
The interpreter changes its default behaviour depending on the file name it is invoked with
* `bf` defaults to 8-bit cells
* Any other name (including `bfi`) defaults to native `int` cells