Skip to content

Commit

Permalink
Merge branch 'master' into rule-1
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm committed Jan 10, 2024
2 parents b296cdd + c1b2a13 commit 5511306
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 118 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: 📥 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🧰 Setup Stack
uses: freckle/stack-action@v4
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: 📥 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🧰 Setup Stack
uses: freckle/stack-action@v4
Expand Down
4 changes: 2 additions & 2 deletions eo-phi-normalizer/grammar/EO/Phi/Syntax.cf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ token AlphaIndex ({"α0"} | {"α"} (digit - ["0"]) (digit)* ) ;

Program. Program ::= "{" [Binding] "}" ;

Formation. Object ::= "{" [Binding] "}" ;
Application. Object ::= Object "{" [Binding] "}" ;
Formation. Object ::= "" [Binding] "" ;
Application. Object ::= Object "(" [Binding] ")" ;
ObjectDispatch. Object ::= Object "." Attribute ;
GlobalDispatch. Object ::= "Φ" "." Attribute ;
ThisDispatch. Object ::= "ξ" "." Attribute ;
Expand Down
175 changes: 89 additions & 86 deletions eo-phi-normalizer/src/Language/EO/Phi/Syntax/Doc.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions eo-phi-normalizer/src/Language/EO/Phi/Syntax/Lex.x

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 22 additions & 18 deletions eo-phi-normalizer/src/Language/EO/Phi/Syntax/Par.y

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions eo-phi-normalizer/src/Language/EO/Phi/Syntax/Print.hs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}

0 comments on commit 5511306

Please sign in to comment.