Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Setup Rust project #4

Closed
Tracked by #5
Samyak2 opened this issue Jun 13, 2022 · 1 comment · Fixed by #6 or #8
Closed
Tracked by #5

Setup Rust project #4

Samyak2 opened this issue Jun 13, 2022 · 1 comment · Fixed by #6 or #8

Comments

@Samyak2
Copy link
Collaborator

Samyak2 commented Jun 13, 2022

Manifest metadata

Tentative folder structure:

  • src
    • lib.rs
    • database.rs
      • The Database struct
    • schema.rs
      • The Schema struct
    • table.rs
      • The Table struct
      • The ActiveTable struct (name tentative) which is stored during execution
    • vm.rs
      • The execution VirtualMachine struct that has registers.
    • ic.rs
      • The intermediate/byte code. Has structs like Instruction.
    • execute.rs
      - The actual execution engine. This would consist the bulk of the code for now.
  • tests
    • Integration tests
@Samyak2 Samyak2 mentioned this issue Jun 13, 2022
4 tasks
@tyt2y3
Copy link
Member

tyt2y3 commented Jun 14, 2022

sounds good

@tyt2y3 tyt2y3 closed this as completed in #6 Jun 19, 2022
Samyak2 added a commit that referenced this issue Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants