Skip to content

Commit

Permalink
Update readme with extension notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brend Wanders committed Feb 24, 2017
1 parent eba94df commit e024fe0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,11 @@ For ease of use, some useful combinations are given here.
Furthermore, in interactive mode the interpreter offers several introspective
commands. More information on these can be obtained through type `.help` in the
interpreter.


Extensions
----------

It is possible to write extensions to JudgeD in python. This is demonstrated in
`examples/exthello.dl` and `examples/exthello.py`. To run the example, use
`judged exact -e examples.exthello examples/exthello.dl`.

0 comments on commit e024fe0

Please sign in to comment.