Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

8
Lang/Pebble/00-LANG.txt Normal file
View 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
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Pebble

1
Lang/Pebble/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/Pebble

1
Lang/Pebble/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/Pebble

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/Pebble

View file

@ -0,0 +1 @@
../../Task/Increment-a-numerical-string/Pebble

1
Lang/Pebble/Mouse-position Symbolic link
View file

@ -0,0 +1 @@
../../Task/Mouse-position/Pebble

1
Lang/Pebble/Nim-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/Nim-game/Pebble

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Bubble-sort/Pebble