Skip to content

Commit

Permalink
Extending the eldritch lang server
Browse files Browse the repository at this point in the history
  • Loading branch information
KCarretto committed Feb 26, 2022
1 parent d74aaad commit 646b571
Show file tree
Hide file tree
Showing 13 changed files with 729 additions and 188 deletions.
1 change: 1 addition & 0 deletions cmd/implants/contrib/example.tome
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
file.append("/tmp/do", "stuff")
6 changes: 3 additions & 3 deletions cmd/implants/eldritch/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod file;
mod process;
mod sys;
pub mod file;
pub mod process;
pub mod sys;

#[cfg(test)]
mod tests {
Expand Down
35 changes: 0 additions & 35 deletions cmd/implants/eldritch/src/lib.rs~HEAD

This file was deleted.

103 changes: 0 additions & 103 deletions cmd/implants/imix/src/linux.rs~HEAD

This file was deleted.

Loading

0 comments on commit 646b571

Please sign in to comment.