high-level-language
There are 18 repositories under high-level-language topic.
BartJongejan/Bracmat
Programming language for symbolic computation with unusual combination of pattern matching features: Tree patterns, associative patterns and expressions embedded in patterns.
VanTamNguyen/Nand2Tetris
Nand2Tetris: Build a computer system from the ground up, from nand to tetris. Hardware and software.
TheMaster1127/HTH
HTH, which stands for HeavenToHell, is a dynamically typed, transpiled high-level programming language designed for simplicity, ease of use, and versatility. Inspired by the syntax of AutoHotkey, HTH offers a user-friendly environment for beginners to learn programming and build web apps.
SamuelGadiel/nand2tetris
Nand2Tetris: Building a Modern Computer from First Principles
fabrv/brasic
BASIC like language that compiles to Brainfuck
Ze7111/Versace
This is a custom programing language I have made that used python in its core
VimHax/Ares
What would Rust with the simplicity of TypeScript look like? This is my take.
PulewaveSoftware/EasiScriptX
High level programming language made for Artifical Intelligence, Machine Learning, Large Language Models
Rickaym/Meatloaf
A meaning oriented language.
crnvl/netl2
Streamlined high-level scripting with zero boilerplate.
MostafaSaftawy/Nand2Tetris
This is a projects have been completed through 2 parts of nand2tetris course on coursera.
onlang-org/onlang
ONLang (Object Notation Language) is a markup-style programming language designed to define and interact with objects in a user-friendly and intuitive way. It is built on top of TypeScript, making it easy to use and extend.
simplyYan/Wysb
Compiled multi-paradigm programming language designed to be fast, easy, lightweight, secure and broad.
anirban0104/c11_python
Class XI Python, maintained by Anirban Biswas
chamodshehanka/tensorflow-basics
This is python basic operations
lawalTheWest/compiler
This repository is your gateway to the world of compilers. Dive into the complexities of transforming high-level programming code into machine-readable instructions. Learn about lexical analysis, parsing, and code generation as you explore the art of compilation
muhammadtalhasami/riscv-assembly
This repo is the learning journey of the riscv assembly language. you will learn how to write the high level code in to the riscv assembly code.