Skip to content
/ monke Public

Interpreted programming language written in go

License

Notifications You must be signed in to change notification settings

veyxov/monke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monke programming language 🙈

Tokenizer (lexer)

Extract keywords, literals and identifiers

Parser

A parser is a software component that takes input data (frequently text) and builds a data structure – often some kind of parse tree, abstract syntax tree or other hierarchical structure – giving a structural representation of the input, checking for correct syntax in the process. […] The parser is often preceded by a separate lexical analyser, which creates tokens from the sequence of input characters;

TODO

  • Lexer
  • Parser
  • Compiler

Based on the book: "writing an interpreter in go"

About

Interpreted programming language written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages