pspp-derive works a little
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 8 Sep 2024 17:39:13 +0000 (10:39 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 8 Sep 2024 17:39:13 +0000 (10:39 -0700)
commit0360bcc860df1f7ed716cf28fa36bc259c03a2f9
tree590085c1628fd2e8bf4f870177a69209a0ad8a52
parenta5edf19811931362973292e4fe0d4ce78a6ce77b
pspp-derive works a little
rust/Cargo.lock
rust/Cargo.toml
rust/pspp-derive/Cargo.toml [new file with mode: 0644]
rust/pspp-derive/src/lib.rs [new file with mode: 0644]
rust/pspp/Cargo.toml
rust/pspp/build.rs
rust/pspp/src/command.rs
rust/pspp/src/lex/lexer.rs
rust/pspp/src/lex/token.rs