Building Your Own Programming Language From Scratchby@alexandermakeev
55,372 reads

Building Your Own Programming Language From Scratch

tldt arrow
EN
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

The purpose of this tutorial is to help people who are looking for a way to create their own programming language and compiler. This is a toy example, but it will try to help you understand where to start and in which direction to move. We will create a simple language with the following abilities: assigning the variables (numeric, logical and text) and performing simple mathematical operations (addition, subtraction, increment, decrement, NOT) The full source code is available [over on GitHub]

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Building Your Own Programming Language From Scratch
Alexander Makeev HackerNoon profile picture

@alexandermakeev

Alexander Makeev

Senior SWE at Layermark


Receive Stories from @alexandermakeev

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!