-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace [addLog] and [hasLogs] (#64)
Showing
8 changed files
with
36 additions
and
7 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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright (C) 2023 Matway Burkow | ||
# | ||
# This repository and all its contents belong to Matway Burkow (referred here and below as "the owner"). | ||
# The content is for demonstration purposes only. | ||
# It is forbidden to use the content or any part of it for any purpose without explicit permission from the owner. | ||
# By contributing to the repository, contributors acknowledge that ownership of their work transfers to the owner. | ||
|
||
"String" use | ||
"control" use | ||
|
||
hasLogs: [FALSE]; | ||
hasLogs: [HAS_LOGS TRUE] [HAS_LOGS TRUE =] pfunc; | ||
hasLogs: [HAS_LOGS () same] [TRUE] pfunc; | ||
|
||
addLog: [ | ||
entry:; | ||
hasLogs [ | ||
entry printList | ||
LF print | ||
] when | ||
]; |
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
"declarations" use | ||
"defaultImpl" use | ||
"irWriter" use | ||
"logger" use | ||
"processor" use | ||
"schemas" use | ||
|
||
|