Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Lang/Pebble/00-LANG.txt
Normal file
8
Lang/Pebble/00-LANG.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{stub}}{{language|Pebble}}
|
||||
[http://basicgames.xyz/index.php?page=article&id=17 Pebble homepage]
|
||||
|
||||
Pebble is a programming language, compiler, and IDE for x86 DOS. It uses Flat Assembler and compiles com files starting at under 100 bytes.
|
||||
|
||||
The three supported data types are unsigned integers, single dimensional unsigned integer arrays, and strings which are single dimensional character arrays.
|
||||
|
||||
Operator precedence is *, /, +, -, <, >, <=, >=, =, <>, &, and |.
|
||||
2
Lang/Pebble/00-META.yaml
Normal file
2
Lang/Pebble/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:Pebble
|
||||
1
Lang/Pebble/100-doors
Symbolic link
1
Lang/Pebble/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/Pebble
|
||||
1
Lang/Pebble/Factorial
Symbolic link
1
Lang/Pebble/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/Pebble
|
||||
1
Lang/Pebble/Hello-world-Text
Symbolic link
1
Lang/Pebble/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/Pebble
|
||||
1
Lang/Pebble/Increment-a-numerical-string
Symbolic link
1
Lang/Pebble/Increment-a-numerical-string
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Increment-a-numerical-string/Pebble
|
||||
1
Lang/Pebble/Mouse-position
Symbolic link
1
Lang/Pebble/Mouse-position
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Mouse-position/Pebble
|
||||
1
Lang/Pebble/Nim-game
Symbolic link
1
Lang/Pebble/Nim-game
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Nim-game/Pebble
|
||||
1
Lang/Pebble/Sorting-algorithms-Bubble-sort
Symbolic link
1
Lang/Pebble/Sorting-algorithms-Bubble-sort
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Sorting-algorithms-Bubble-sort/Pebble
|
||||
Loading…
Add table
Add a link
Reference in a new issue