-
Notifications
You must be signed in to change notification settings - Fork 250
refactor!: prqlc-parser major reorg changes, remove prqlc-ast #4634
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
Changes from 8 commits
70aa8b9
3dcde93
f3bb696
126596c
ec45d35
1a23afe
7689e53
2bb27db
b8359e4
0985dc1
9da567a
04ce353
aa2b826
474a0aa
cf8f2db
5569559
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| use std::fs; | ||
|
|
||
| use anyhow::Result; | ||
| use prqlc::Error; | ||
| use prqlc::parser_error::Error; | ||
|
|
||
| use crate::ProjectCompiled; | ||
|
|
||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here — IIUC it would be strictly better to have only one of these — no strong view on which |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| pub mod token; | ||
|
|
||
| pub use token::*; |
Uh oh!
There was an error while loading. Please reload this page.