Skip to content

Commit 4437270

Browse files
Add support for futhark (#137)
1 parent 5c949ec commit 4437270

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

lib/languages/futhark.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!e
2+
--

tests/futhark/full/code.fut

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-- a line comment
2+
let x = false -- line comment at end
3+
let y = true
4+
-- let z = 0
5+
-- another line comment
6+
let z = false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
let x = false
2+
let y = true
3+
let z = false

0 commit comments

Comments
 (0)