-
-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for 8th language (#1192)
* Add support for 8th language * Update languages.json --------- Co-authored-by: XAMPPRocky <[email protected]>
- Loading branch information
1 parent
bf83c0a
commit 029045a
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
\ 22 lines 9 code 8 comments 5 blanks | ||
|
||
(* multiline comments | ||
(* a nested | ||
comment *) | ||
* | ||
*) | ||
|
||
-- here's a single line comment | ||
"Hello, " var, foo -- line ending comment | ||
|
||
\ here's another single line comment | ||
"!" var, bar \ a different line ending comment | ||
|
||
: hello \ s -- | ||
foo @ s:<+ | ||
bar @ s:+ | ||
. cr | ||
; | ||
|
||
"World" hello | ||
bye |