projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b28fbf
)
data list improvemtn
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 8 Dec 2024 22:51:35 +0000
(14:51 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 8 Dec 2024 22:51:35 +0000
(14:51 -0800)
rust/pspp/src/command/data_list.rs
patch
|
blob
|
history
diff --git
a/rust/pspp/src/command/data_list.rs
b/rust/pspp/src/command/data_list.rs
index 5fdd9112b7f1ec7fcb77c7fea6f278f5cc6b7cec..5cdf1fb11b8ff943f2d31fe535834b14db8f6a16 100644
(file)
--- a/
rust/pspp/src/command/data_list.rs
+++ b/
rust/pspp/src/command/data_list.rs
@@
-50,6
+50,7
@@
enum Setting<'a> {
Skip(Equals, Integer),
Table,
NoTable,
+ End(Equals, &'a Identifier),
}
#[derive(Debug, pspp_derive::FromTokens)]