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

Implement support execution tests, new syntax and aoc2023 day4 #3

Merged
merged 9 commits into from
Dec 4, 2023

Conversation

vipentti
Copy link
Owner

@vipentti vipentti commented Dec 4, 2023

  • Implement support for new expressions & directives
  • Add support for additional completions & symbols
  • Add Visp.ExecutionTests
  • Implement aoc2023 day4
  • Allow specifying F# compiler flags
  • Build improvements

- seq & yield expressions
- #nowarn directive
- Support tuples separated by DOTs and COMMAs
- Require statements to include package references
- Recursive functions using rec
- Support COMMA in SynType idents
These run the actual files under visp/tests and
write the output to a snapshot.

Some of the actual test files had problems which
have now been fixed.
@vipentti vipentti merged commit 3af6d1f into main Dec 4, 2023
3 checks passed
@vipentti vipentti deleted the feature/day4-exec-tests branch December 4, 2023 15:46
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.

1 participant