module
Version:
v0.0.0-...-cd444e6
Opens a new window with list of versions in this module.
Published: Jul 18, 2023
License: MIT
Opens a new window with license information.
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
¶
cmd
|
|
|
|
internal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.