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

[add] new parser #33

Merged
merged 14 commits into from
Nov 19, 2024
Merged

[add] new parser #33

merged 14 commits into from
Nov 19, 2024

Conversation

Mc-Zen
Copy link
Owner

@Mc-Zen Mc-Zen commented Nov 19, 2024

This PR adds a new parser to tidy. This is part of a plan to change the format of doc-comments, see #32. The old parser might still be available as an alternative for a while.

/// Description
/// -> float
#let my-function(
  /// Parameter x
  /// -> float
  x: 999,

  /// Parameter y
  /// -> float
  x: 420,
) = ...

@Mc-Zen Mc-Zen merged commit 9e0ceeb into main Nov 19, 2024
@Mc-Zen Mc-Zen deleted the new-parser branch November 20, 2024 10:41
@Mc-Zen Mc-Zen mentioned this pull request Nov 21, 2024
3 tasks
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