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(#10): start compiler #11

Merged
merged 3 commits into from
Sep 24, 2024
Merged

feat(#10): start compiler #11

merged 3 commits into from
Sep 24, 2024

Conversation

h1alexbel
Copy link
Owner

@h1alexbel h1alexbel commented Sep 24, 2024

ref #10
History:


PR-Codex overview

This PR introduces a new compiler module for the FSL (Fake Social Language) project, adds a Fslc struct for compiling FSL programs, and updates the documentation and README for clarity on usage.

Detailed summary

  • Added pub mod compiler; to src/lib.rs.
  • Introduced Fslc struct in src/compiler/fsl_compiler.rs for program compilation.
  • Implemented methods for compiling from string and file.
  • Updated README to include installation instructions and usage examples.
  • Added license comments in src/compiler/mod.rs and src/compiler/fsl_compiler.rs.
  • Updated Cargo.toml to include testing_logger dependency.

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

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3863716) to head (0e0b299).
Report is 5 commits behind head on master.

Additional details and impacted files
@@              Coverage Diff              @@
##           master       #11        +/-   ##
=============================================
+ Coverage        0   100.00%   +100.00%     
=============================================
  Files           0         1         +1     
  Lines           0         5         +5     
=============================================
+ Hits            0         5         +5     

☔ 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 Sep 24, 2024

@rultor merge

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

@rultor rultor merged commit f946311 into master Sep 24, 2024
13 checks passed
@rultor
Copy link
Collaborator

rultor commented Sep 24, 2024

@rultor merge

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

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.

2 participants