radu-matei / monkey

[WIP] Interpreter, compiler, language server and debugger for the Monkey programming language
2 stars 2 forks source link

Add support for reading source code from files #2

Open radu-matei opened 6 years ago

radu-matei commented 6 years ago

Currently, the implementation only supports passing source code as string. There should be support for reading from .mk files (or rather from any io.Reader).

radu-matei commented 5 years ago

Initially addressed in https://github.com/radu-matei/monkey/commit/37669c33586d6633bf05c6db326f0d8a4ae01b37