diff options
| author | Paul Buetow <paul@buetow.org> | 2022-08-28 09:53:17 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-08-28 09:53:17 +0100 |
| commit | 1a1ad2c9039ab091c2e771592cd875a233e3a940 (patch) | |
| tree | 585ba5ff42f84e38a63ce041dbb213eaa91d73d5 /gemfeed/2010-05-09-the-fype-programming-language.gmi | |
| parent | 74157ee7cf410532a1606795c8642120a386bb8d (diff) | |
restructure
Diffstat (limited to 'gemfeed/2010-05-09-the-fype-programming-language.gmi')
| -rw-r--r-- | gemfeed/2010-05-09-the-fype-programming-language.gmi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gemfeed/2010-05-09-the-fype-programming-language.gmi b/gemfeed/2010-05-09-the-fype-programming-language.gmi index 09cb266a..cf700252 100644 --- a/gemfeed/2010-05-09-the-fype-programming-language.gmi +++ b/gemfeed/2010-05-09-the-fype-programming-language.gmi @@ -1,5 +1,7 @@ # The Fype Programming Language +> Published by Paul at 2010-05-09, last updated at 2021-05-05 + ``` ____ _ __ / / _|_ _ _ __ ___ _ _ ___ __ _| |__ / _|_ _ @@ -9,8 +11,6 @@ |___/|_| |___/ |___/ ``` -> Published by Paul at 2010-05-09, last updated at 2021-05-05 - Fype is an interpreted programming language created by me for learning and fun. The interpreter is written in C. It has been tested on FreeBSD and NetBSD and may also work on other Unix like operating systems such as Linux based ones. Besides learning and fun, there is no other use case of why Fype exists as many other programming languages are much faster and more powerful. The Fype syntax is straightforward and uses a maximum look ahead of 1 and an effortless top-down parsing mechanism. Fype is parsing and interpreting its code simultaneously. This means that syntax errors are only detected during program runtime. @@ -505,6 +505,6 @@ You can find all of this on the GitHub page. There is also an "examples" folders => https://codeberg.org/snonux/fype -E-Mail me your comments to paul at buetow dot org! +=> gemini://paul.buetow.org E-Mail me your comments :-) => ../ Go back to the main site |
