File tree Expand file tree Collapse file tree 17 files changed +40
-24
lines changed Expand file tree Collapse file tree 17 files changed +40
-24
lines changed Original file line number Diff line number Diff line change 1+ 2021-09-16
2+ * Fix outdated/broken links. (#252)
3+
142021-08-19
25 * Version bump (3.5). (#247)
36 * Update travis domain in README. (#222)
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.com/Copilot-Language/copilot-c99 .svg?branch=master )] ( https://travis-ci.com/Copilot-Language/copilot-core )
1+ [ ![ Build Status] ( https://travis-ci.com/Copilot-Language/copilot.svg?branch=master )] ( https://app. travis-ci.com/github/ Copilot-Language/copilot )
22
33# Copilot: a stream DSL
44Copilot-c99 implements a C99 backend for Copilot, producing high quality code
@@ -30,4 +30,4 @@ the Copilot website:
3030
3131## License
3232Copilot is distributed under the BSD-3-Clause license, which can be found
33- [ here] ( https://raw.githubusercontent.com/Copilot-Language/copilot-c99 /master/LICENSE ) .
33+ [ here] ( https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-c99 /LICENSE ) .
Original file line number Diff line number Diff line change 1+ 2021-09-16
2+ * Fix outdated/broken links. (#252)
3+
142021-08-19
25 * Version bump (3.5). (#247)
36 * Update travis domain in README. (#222)
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.com/Copilot-Language/copilot-core .svg?branch=master )] ( https://travis-ci.com/Copilot-Language/copilot-core )
1+ [ ![ Build Status] ( https://travis-ci.com/Copilot-Language/copilot.svg?branch=master )] ( https://app. travis-ci.com/github/ Copilot-Language/copilot )
22
33# Copilot: a stream DSL
44The core language, which efficiently represents Copilot expressions. The core
@@ -30,4 +30,4 @@ the Copilot website:
3030
3131## License
3232Copilot is distributed under the BSD-3-Clause license, which can be found
33- [ here] ( https://raw.githubusercontent.com/Copilot-Language/copilot-core /master/LICENSE ) .
33+ [ here] ( https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-core /LICENSE ) .
Original file line number Diff line number Diff line change 1+ 2021-09-16
2+ * Fix outdated/broken links. (#252)
3+
142021-08-19
25 * Version bump (3.5). (#247)
36 * Update travis domain in README. (#222)
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.com/Copilot-Language/copilot.svg?branch=master )] ( https://travis-ci.com/Copilot-Language/copilot-core )
1+ [ ![ Build Status] ( https://travis-ci.com/Copilot-Language/copilot.svg?branch=master )] ( https://app. travis-ci.com/github/ Copilot-Language/copilot )
22
33# Copilot: a stream DSL
44Copilot-language contains the actual embedded domain specific language that
55Copilot provides to its users. It comes with a series of basic operators and
66functionality, typically enough for most applications. Extended functionality
77is provided by the
8- [ copilot-libraries] ( https://github.com/Copilot-Language/copilot-libraries )
8+ [ copilot-libraries] ( https://github.com/Copilot-Language/copilot/tree/master/copilot -libraries )
99module.
1010
1111Copilot is a runtime verification framework written in Haskell. It allows the
@@ -34,4 +34,4 @@ the Copilot website:
3434
3535## License
3636Copilot is distributed under the BSD-3-Clause license, which can be found
37- [ here] ( https://raw.githubusercontent.com/Copilot-Language/copilot/master/LICENSE ) .
37+ [ here] ( https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-language/ LICENSE ) .
Original file line number Diff line number Diff line change 1+ 2021-09-16
2+ * Fix outdated/broken links. (#252)
3+
142021-08-19
25 * Version bump (3.5). (#247)
36 * Update travis domain in README. (#222)
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.com/Copilot-Language/copilot.svg?branch=master )] ( https://travis-ci.com/Copilot-Language/copilot )
1+ [ ![ Build Status] ( https://travis-ci.com/Copilot-Language/copilot.svg?branch=master )] ( https://app. travis-ci.com/github /Copilot-Language/copilot )
22
33# Copilot: a stream DSL
44User-supplied libraries for Copilot, including linear-temporal logic,
@@ -30,4 +30,4 @@ the Copilot website:
3030
3131## License
3232Copilot is distributed under the BSD-3-Clause license, which can be found
33- [ here] ( https://raw.githubusercontent.com/Copilot-Language/copilot/master/LICENSE ) .
33+ [ here] ( https://raw.githubusercontent.com/Copilot-Language/copilot/master/copilot-libraries/ LICENSE ) .
Original file line number Diff line number Diff line change 66-- This library generates new clocks based on a base period and phase.
77--
88-- = Example Usage
9- --
10- -- Also see @Examples/ClockExamples .hs@ in the
11- -- <https://github.com/leepike/ Copilot/tree/ master/Examples Copilot repository>.
9+ --
10+ -- Also see @examples/Clock .hs@ in the
11+ -- <https://github.com/Copilot-Language/copilot/blob/ master/copilot/examples/ Copilot repository>.
1212--
1313-- @
1414-- 'clk' ( 'period' 3 ) ( 'phase' 1 )
Original file line number Diff line number Diff line change 1414-- holds if @p@ holds at least once every four periods (3 transitions).
1515--
1616-- /Interface:/ See @Examples/LTLExamples.hs@ in the
17- -- <https://github.com/leepike/ Copilot/tree/master /Examples Copilot repository>.
18- --
17+ -- <https://github.com/Copilot-Language/copilot/blob/v2.2.1 /Examples Copilot repository>.
18+ --
1919-- You can embed an LTL specification within a Copilot specification using the
2020-- form:
2121--
You can’t perform that action at this time.
0 commit comments