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

lark syntax -> llguidance translator #37

Merged
merged 12 commits into from
Nov 4, 2024
Merged

lark syntax -> llguidance translator #37

merged 12 commits into from
Nov 4, 2024

Conversation

mmoskal
Copy link
Collaborator

@mmoskal mmoskal commented Nov 1, 2024

WIP

cc @hudson-ai @Harsha-Nori for awareness

pub fn zero_or_more(&mut self, elt: NodeRef) -> NodeRef {
let p = self.placeholder();
let empty = self.empty();
let inner = self.select(&[empty, elt]);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hudson-ai be aware that this was broken; I'll be merging this initial lark stuff soon, so the fix will come in (zero_or_more was really zero_or_one)

@mmoskal mmoskal merged commit 7663176 into main Nov 4, 2024
1 check passed
@mmoskal mmoskal deleted the lark branch November 4, 2024 23:41
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