feat: initial commit
This commit is contained in:
9
.emacs.snippets/porth-mode/main
Executable file
9
.emacs.snippets/porth-mode/main
Executable file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: main
|
||||
# key: main
|
||||
# --
|
||||
include "std.porth"
|
||||
|
||||
proc main in
|
||||
$0
|
||||
end
|
||||
6
.emacs.snippets/porth-mode/ras
Executable file
6
.emacs.snippets/porth-mode/ras
Executable file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ras
|
||||
# key: ras
|
||||
# --
|
||||
here eputs ": Assertion Failed: $0" eputs
|
||||
1 exit
|
||||
6
.emacs.snippets/porth-mode/todo
Executable file
6
.emacs.snippets/porth-mode/todo
Executable file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: todo
|
||||
# key: todo
|
||||
# --
|
||||
here eputs ": TODO: $0" eputs
|
||||
1 exit
|
||||
6
.emacs.snippets/porth-mode/unreach
Executable file
6
.emacs.snippets/porth-mode/unreach
Executable file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: unreach
|
||||
# key: unreach
|
||||
# --
|
||||
here eputs ": unreachable: $0" eputs
|
||||
69 exit
|
||||
Reference in New Issue
Block a user