Skip to content

Commit

Permalink
got rid of vim
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-gaffney committed Jul 31, 2023
1 parent 60ed283 commit 9b2fe27
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FILENAME="$1"
./target/debug/sloth std/extern.sloth std/stdmath.sloth std/stdio.sloth $FILENAME

# Generate binary
clang -lm output.o std/stdio.c std/stdlib.c std/stdmath.c -o "${FILENAME%.sloth}"
clang --verbose -lm output.o std/stdio.c std/stdlib.c std/stdmath.c -o "${FILENAME%.sloth}"

# Move file
mv "${FILENAME%.sloth}" .
2 changes: 1 addition & 1 deletion examples/mandelbrot.sloth
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fn main() Int{
fn main() Int {
# Configure
var size: Float = 1000.0;
var maxVal: Float = 4.0;
Expand Down
1 change: 0 additions & 1 deletion vim/ftdetect.vim

This file was deleted.

8 changes: 0 additions & 8 deletions vim/syntax.vim

This file was deleted.

0 comments on commit 9b2fe27

Please sign in to comment.