-
Notifications
You must be signed in to change notification settings - Fork 0
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
10 changed files
with
20 additions
and
30 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,15 +1,15 @@ | ||
|
||
You should be able to run HCPL from the unpacked directory with: `./hcpl | ||
file.hcpl'. Type `./hcpl --help' for a list of options. It is important | ||
that you always run ipl from its directory, otherwise it won't start | ||
because it won't find the standard library in `lib/'. To test whether | ||
ipl works on your system you may run `scripts/run-tests.sh'. To edit | ||
*.hcpl files, it is recommended to use the Kate text editor. Syntax | ||
highlighting files for Kate may be installed with: | ||
`scripts/install-kate-files.sh'. | ||
You should be able to run HCPL from the unpacked directory with: | ||
`./hcpl file.hcpl'. Type `./hcpl --help' for a list of options. It is | ||
important that you always run hcpl from its directory, otherwise it | ||
won't start because it won't find the standard library in `lib/'. To | ||
test whether hcpl works on your system you may run | ||
`scripts/run-tests.sh'. To edit *.hcpl files, it is recommended to use | ||
the Kate text editor. Syntax highlighting files for Kate may be | ||
installed with: `scripts/install-kate-files.sh'. | ||
|
||
The `examples/' subdirectory contains commented examples which form a | ||
tutorial introduction to IPL. Some knowledge of logic and functional | ||
tutorial introduction to HCPL. Some knowledge of logic and functional | ||
programming is necessary to understand them. You should read the | ||
examples in their numerical order. In case the highlighting does not | ||
work, there are also html versions of the examples. |
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
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
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
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
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
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
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
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,4 @@ | ||
/* fact.ipl: 'fact' proof tactic. | ||
/* fact.hcpl: 'fact' proof tactic. | ||
* | ||
* Copyright (C) 2013 by Lukasz Czajka | ||
*/ | ||
|
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