From d1c60e28670274c34da18655df252ea68bb3b723 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 07:35:46 +1300 Subject: [PATCH] Added ASCIIDots, Fim++, Fractran++ and TI-hexadecimal Fixes: #496 Co-Authored-By: cedricfarinazzo --- README.md | 4 ++++ a/asciidots.ascii | 1 + f/fim++.fimpp | 7 +++++++ f/fractran++.fpp | 1 + t/TI-hexadecimal.hex | 8 ++++++++ 5 files changed, 21 insertions(+) create mode 100644 a/asciidots.ascii create mode 100644 f/fim++.fimpp create mode 100644 f/fractran++.fpp create mode 100644 t/TI-hexadecimal.hex diff --git a/README.md b/README.md index fd7d277c..ad89c2f6 100755 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Arena](a%5Carena.are) * [Argh](a%5Cargh.agh) * [Arnoldc](a%5Carnoldc.arnoldc) +* [Asciidots](a%5Casciidots.ascii) * [Ash](a%5Cash.ash) * [Asm2Bf](a%5Casm2bf.asm) * [Asp](a%5Casp.asp) @@ -214,6 +215,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Fantom](f%5Cfantom.fan) * [Ferite](f%5Cferite.fe) * [Fetlang](f%5Cfetlang.fet) +* [Fim++](f%5Cfim%2B%2B.fimpp) * [Fish](f%5Cfish.fish) * [Fjoelnir](f%5Cfjoelnir.fjo) * [Fob](f%5Cfob.fob) @@ -226,6 +228,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Fortran](f%5Cfortran.f90) * [Fortran77](f%5Cfortran77.f77) * [Fourier](f%5Cfourier.fourier) +* [Fractran++](f%5Cfractran%2B%2B.fpp) * [Frink](f%5Cfrink.frink) * [Fsharp](f%5Cfsharp.fs) * [Fstar](f%5Cfstar.fst) @@ -508,6 +511,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Tex](t%5CTeX.tex) * [Thp](t%5Cthp.hrp) * [Thue](t%5Cthue.th) +* [Ti Hexadecimal](t%5CTI-hexadecimal.hex) * [Tibasic](t%5Ctibasic.ti) * [Tk](t%5Ctk.tk) * [Tri](t%5Ctri.tri) diff --git a/a/asciidots.ascii b/a/asciidots.ascii new file mode 100644 index 00000000..34d758d3 --- /dev/null +++ b/a/asciidots.ascii @@ -0,0 +1 @@ +.-$"Hello, World" \ No newline at end of file diff --git a/f/fim++.fimpp b/f/fim++.fimpp new file mode 100644 index 00000000..eb6cd7a1 --- /dev/null +++ b/f/fim++.fimpp @@ -0,0 +1,7 @@ +Dear Princess Celestia: Hello World + +Today I learned how to say Hello World +I said "Hello World". +That's all about how to say Hello World. + +Your faithful student, Twilight Sparkle. \ No newline at end of file diff --git a/f/fractran++.fpp b/f/fractran++.fpp new file mode 100644 index 00000000..f254b95d --- /dev/null +++ b/f/fractran++.fpp @@ -0,0 +1 @@ +3,-1/2,(2*37)/3,0/0,<71 101 108 108 111 32 87 111 114 108 100 0>/37,4/0 diff --git a/t/TI-hexadecimal.hex b/t/TI-hexadecimal.hex new file mode 100644 index 00000000..649fde4f --- /dev/null +++ b/t/TI-hexadecimal.hex @@ -0,0 +1,8 @@ +AsmPrgm +EF4045 +111A1A +ED53D786 +21A89D +EF6145 +C9 +48656C6C6F20776F726C64202100 \ No newline at end of file