-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from alaviss/for-0.5.0
changes staged for 0.5.0 Notable changes: - Reduced the amount of states used for tracking layout - Support for concept without a body - Support for type(x) expressions at the top level Shortlog: Leorize (9): remove flag and indentation tracking across scans allow concept body to be omitted grammar: share if alternatives between if and case eslint: disable useless-escape rule grammar: factor out for loop body support old type(x) expression in statement lists update readme for the current project status ci: bump upload/download artifact version bump version to 0.5.0
- Loading branch information
Showing
16 changed files
with
1,387,954 additions
and
1,464,301 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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"ecmaVersion": "latest" | ||
}, | ||
"rules": { | ||
"no-undef": "off" | ||
"no-undef": "off", | ||
"no-useless-escape": "off" | ||
} | ||
} |
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,5 @@ | ||
# Copyright 2023 leorize <leorize+oss@disroot.org> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
github: alaviss |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.