Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#19): object application #21

Merged
merged 3 commits into from
Oct 2, 2024
Merged

feat(#19): object application #21

merged 3 commits into from
Oct 2, 2024

Conversation

h1alexbel
Copy link
Owner

@h1alexbel h1alexbel commented Oct 2, 2024

In this pull, I've implemented FSL application feature, i.e.: +obj -> x.

closes #19
History:


PR-Codex overview

This PR focuses on enhancing the FSL (Functional Specification Language) parser and transpiler by adding support for applications and improving error handling in the syntax.

Detailed summary

  • Added tests for parsing applications and objects with applications in src/parser/fsl_parser.rs.
  • Enhanced fsl_transpiler.rs to handle application rules.
  • Updated src/program.pest to define the application syntax and modify the object definition.
  • Added comments for future error handling improvements.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (03be314) to head (70cd06b).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #21   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           46        55    +9     
=========================================
+ Hits            46        55    +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@h1alexbel
Copy link
Owner Author

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Oct 2, 2024

@rultor merge

@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 70cd06b into master Oct 2, 2024
13 checks passed
@rultor
Copy link
Collaborator

rultor commented Oct 2, 2024

@rultor merge

@h1alexbel Done! FYI, the full log is here (took me 28min)

@h1alexbel h1alexbel deleted the 10-ast branch October 2, 2024 18:43
@h1alexbel
Copy link
Owner Author

@rultor release, tag is 0.0.2

@rultor
Copy link
Collaborator

rultor commented Oct 2, 2024

@rultor release, tag is 0.0.2

@h1alexbel OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Oct 2, 2024

@rultor release, tag is 0.0.2

@h1alexbel Done! FYI, the full log is here (took me 23min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

application to reference
2 participants