Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cloogle.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cloogle
cloogle.org
Commits
444c01ff
Verified
Commit
444c01ff
authored
Feb 07, 2019
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "existential" as keyword in Builtin.Syntax; bump compiler date
parent
0810bf08
Pipeline
#18519
passed with stages
in 19 minutes and 30 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
backend/Builtin/Syntax.icl
backend/Builtin/Syntax.icl
+1
-1
backend/install_clean_vars.sh
backend/install_clean_vars.sh
+1
-1
No files found.
backend/Builtin/Syntax.icl
View file @
444c01ff
...
@@ -238,7 +238,7 @@ bs_dotdot =
...
@@ -238,7 +238,7 @@ bs_dotdot =
bs_exists
=
bs_exists
=
{
syntax_title
=
"existential quantifier"
{
syntax_title
=
"existential quantifier"
,
syntax_patterns
=
map
exact
[
"E"
,
"E
\\
.*"
]
,
syntax_patterns
=
map
exact
[
"E"
,
"E
\\
.*"
,
"existential"
]
,
syntax_code
=
[
":: ... = E. ...: ..."
]
,
syntax_code
=
[
":: ... = E. ...: ..."
]
,
syntax_description
=
"Existential quantifiers make it possible to define (recursive) objects of the same type with different types of content."
,
syntax_description
=
"Existential quantifiers make it possible to define (recursive) objects of the same type with different types of content."
,
syntax_doc_locations
=
[
CLR
7
"5.1.3"
"_Toc311798042"
]
,
syntax_doc_locations
=
[
CLR
7
"5.1.3"
"_Toc311798042"
]
...
...
backend/install_clean_vars.sh
View file @
444c01ff
...
@@ -6,4 +6,4 @@ PATCHCLEANBUILD="$PATCHCLEANBUILD;sed -i 's:master:cloogle:' clean-lib-platform/
...
@@ -6,4 +6,4 @@ PATCHCLEANBUILD="$PATCHCLEANBUILD;sed -i 's:master:cloogle:' clean-lib-platform/
PATCHCLEANBUILD
=
"
$PATCHCLEANBUILD
;sed -i 's:platform-master:platform-cloogle:' clean-lib-platform/linux-x64/build.sh"
PATCHCLEANBUILD
=
"
$PATCHCLEANBUILD
;sed -i 's:platform-master:platform-cloogle:' clean-lib-platform/linux-x64/build.sh"
export
PATCHCLEANBUILD
export
PATCHCLEANBUILD
export
CLEANDATE
=
"2019-02-0
7
"
export
CLEANDATE
=
"2019-02-0
8
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment