Skip to content

dogukan6durukan/dogu-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dogu-lang

Just a simple language parsed top to bottom line by line created in Javascript. Lexer for creating AST and parsed according to rules. This is a very first version of my language. Have a plan to add binary operations and assignment expression.

Features:

  • Variable declaration
  • Variable reference
  • Output

Example:

name = "Dogukan Durukan"
otherName = name
anotherName2 = otherName

output anotherName2

The output will be Dogukan Durukan.

About

Simple language written in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published