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 the executor #30

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Implement the executor #30

merged 1 commit into from
Apr 8, 2024

Conversation

jlewi
Copy link
Owner

@jlewi jlewi commented Apr 8, 2024

  • The executor actually executes bash cells

  • We create a lexer to parse the code cells into commands

  • We call this lexer "bashish" becauses its a very small subset of the bash language; mainly just the ability to execute commands

  • Fix a bug in the grpc gateway annotations. We need to set body to "*" otherwise the mappings aren't done correctly.

* The executor actually executes bash cells
* We create a lexer to parse the code cells into commands
* We call this lexer "bashish" becauses its a very small subset of the bash
  language; mainly just the ability to execute commands

* Fix a bug in the grpc gateway annotations. We need to set body to "*" otherwise the mappings
  aren't done correctly.
@jlewi jlewi merged commit 69bd015 into main Apr 8, 2024
1 check passed
@jlewi jlewi deleted the jeremy/executor branch April 8, 2024 01:07
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