gopherscm

module
v0.0.0-...-cd444e6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2023 License: MIT

README

gopherscm

My Scheme implementation. Project for getting experience in interpreter development

Currently done:

  • lexing for identifiers, parentheses, strings, integers, floats, single-line comments
  • parsing token stream from lexer into a tree
  • ast evaluation, function and variable definition with define
  • printing and basic arithmetics (+,-,*,/)

Curent todos:

  • add support for symbols and (lexer)
  • add support for conditionals
  • add support for quoting
  • improve parser on and on

Directories

Path Synopsis
cmd
app
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL