add MAT-207 pdfs

This commit is contained in:
Win 2025-01-27 08:38:27 +07:00
parent f0ab174080
commit 7f3d00c9a1
122 changed files with 94 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,31 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/rust
{
"name": "Rust",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye"
// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
// "mounts": [
// {
// "source": "devcontainer-cargo-cache-${devcontainerId}",
// "target": "/usr/local/cargo",
// "type": "volume"
// }
// ]
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "rustc --version",
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "expression-eval"
version = "0.1.0"

View File

@ -0,0 +1 @@
{"rustc_fingerprint":15625702514836887422,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/usr/local/rustup/toolchains/1.83.0-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.83.0 (90b35a623 2024-11-26)\nbinary: rustc\ncommit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf\ncommit-date: 2024-11-26\nhost: x86_64-unknown-linux-gnu\nrelease: 1.83.0\nLLVM version: 19.1.1\n","stderr":""}},"successes":{}}

View File

@ -0,0 +1,3 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by cargo.
# For information about cache directory tags see https://bford.info/cachedir/

View File

@ -0,0 +1 @@
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":9339122733587503447,"profile":11597332650809196192,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/expression-eval-8b71bc81cfe4b22a/dep-bin-expression-eval","checksum":false}}],"rustflags":[],"metadata":2918638759235091062,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1 @@
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":9339122733587503447,"profile":11983525691607113661,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/expression-eval-8f5c5b8f4c54c5d3/dep-test-bin-expression-eval","checksum":false}}],"rustflags":[],"metadata":2918638759235091062,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
{"rustc":11594289678289209806,"features":"[]","declared_features":"[]","target":9339122733587503447,"profile":5601947868832436996,"path":10602529704205407992,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/expression-eval-cb1cb603155897af/dep-bin-expression-eval","checksum":false}}],"rustflags":[],"metadata":2918638759235091062,"config":2202906307356721367,"compile_kind":0}

View File

@ -0,0 +1 @@
This file has an mtime of when this was started.

View File

@ -0,0 +1,10 @@
/workspaces/cmkl/spring-2025/sen-109/00020/eval/target/debug/deps/expression_eval-8b71bc81cfe4b22a: src/main.rs src/parsemath/mod.rs src/parsemath/ast.rs src/parsemath/parser.rs src/parsemath/token.rs src/parsemath/tokenizer.rs
/workspaces/cmkl/spring-2025/sen-109/00020/eval/target/debug/deps/expression_eval-8b71bc81cfe4b22a.d: src/main.rs src/parsemath/mod.rs src/parsemath/ast.rs src/parsemath/parser.rs src/parsemath/token.rs src/parsemath/tokenizer.rs
src/main.rs:
src/parsemath/mod.rs:
src/parsemath/ast.rs:
src/parsemath/parser.rs:
src/parsemath/token.rs:
src/parsemath/tokenizer.rs:

View File

@ -0,0 +1,10 @@
/workspaces/cmkl/spring-2025/sen-109/00020/eval/target/debug/deps/libexpression_eval-8f5c5b8f4c54c5d3.rmeta: src/main.rs src/parsemath/mod.rs src/parsemath/ast.rs src/parsemath/parser.rs src/parsemath/token.rs src/parsemath/tokenizer.rs
/workspaces/cmkl/spring-2025/sen-109/00020/eval/target/debug/deps/expression_eval-8f5c5b8f4c54c5d3.d: src/main.rs src/parsemath/mod.rs src/parsemath/ast.rs src/parsemath/parser.rs src/parsemath/token.rs src/parsemath/tokenizer.rs
src/main.rs:
src/parsemath/mod.rs:
src/parsemath/ast.rs:
src/parsemath/parser.rs:
src/parsemath/token.rs:
src/parsemath/tokenizer.rs:

View File

@ -0,0 +1,10 @@
/workspaces/cmkl/spring-2025/sen-109/00020/eval/target/debug/deps/libexpression_eval-cb1cb603155897af.rmeta: src/main.rs src/parsemath/mod.rs src/parsemath/ast.rs src/parsemath/parser.rs src/parsemath/token.rs src/parsemath/tokenizer.rs
/workspaces/cmkl/spring-2025/sen-109/00020/eval/target/debug/deps/expression_eval-cb1cb603155897af.d: src/main.rs src/parsemath/mod.rs src/parsemath/ast.rs src/parsemath/parser.rs src/parsemath/token.rs src/parsemath/tokenizer.rs
src/main.rs:
src/parsemath/mod.rs:
src/parsemath/ast.rs:
src/parsemath/parser.rs:
src/parsemath/token.rs:
src/parsemath/tokenizer.rs:

Binary file not shown.

View File

@ -0,0 +1 @@
/workspaces/cmkl/spring-2025/sen-109/00020/eval/target/debug/expression-eval: /workspaces/cmkl/spring-2025/sen-109/00020/eval/src/main.rs /workspaces/cmkl/spring-2025/sen-109/00020/eval/src/parsemath/ast.rs /workspaces/cmkl/spring-2025/sen-109/00020/eval/src/parsemath/mod.rs /workspaces/cmkl/spring-2025/sen-109/00020/eval/src/parsemath/parser.rs /workspaces/cmkl/spring-2025/sen-109/00020/eval/src/parsemath/token.rs /workspaces/cmkl/spring-2025/sen-109/00020/eval/src/parsemath/tokenizer.rs

Some files were not shown because too many files have changed in this diff Show More