Jump to content

Draft:Fz (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Samuelbuch (talk | contribs) at 16:29, 6 January 2025 (added 1 reference lol). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
FZ
ParadigmProcedural, Register-based
Designed byFirelabs-IO
DeveloperFirelabs-IO
First appearedJanuary 6, 2025; 3 months ago (2025-01-06)
Typing disciplineTypeless (uses registers and literals directly)
LicenseUnlicense
Filename extensions.fz
WebsiteGitHub
Influenced by
Assembly language

FZ language (FZ don't carry any meaning btw) is language created in 06 of january of 2025 by firelabs-io , it orginally written in Python as virtual machine on own, with 8 opcodes, and about 115 lines of code in python, with has own tokenizer

Feactures

not much, but the virtual machine has 4 registers: AX BX CX and DX', and has Call_stack for labels have labels (with need ret) and jump opcodes (jmp, and jmc) and exit oprand to return given value (defult 0)

and yes is Turing complete [1].

References