Skip to content

Commit

Permalink
TinyBasic.yaml: Add TinyBasic language
Browse files Browse the repository at this point in the history
This adds TinyBasic to the language definitions.
  • Loading branch information
CLiu13 authored and gitmate-bot committed Oct 27, 2018
1 parent 2f106a5 commit b43e2b9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/Delimiter/rem.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
type: comment
start: REM
27 changes: 27 additions & 0 deletions data/Language/TinyBasic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
identifier: TinyBasic
full_name: TinyBasic
wikidata: Q586622
aliases:
- TB
extensions:
- tb
delimiters:
- rem
- single_quote
- double_quote
keywords:
- PRINT
- IF
- THEN
- GOTO
- INPUT
- LET
- GOSUB
- RETURN
- CLEAR
- LIST
- RUN
- END
- PR
- RND
- USR

0 comments on commit b43e2b9

Please sign in to comment.