Skip to content

Releases: jthulhu/beans

Interpreter and shell

07 May 09:24
Compare
Choose a tag to compare
Interpreter and shell Pre-release
Pre-release

Added alpha version of interpreter and a shell. Beans programs can know be parsed, checked and executed.

AST Console

11 Jun 10:58
Compare
Choose a tag to compare
AST Console Pre-release
Pre-release

Parser and lexer are working (together). Console created to bind input, output and computation along with some stdout and stderr library.

Lexer full integration to beans

16 Nov 19:54
Compare
Choose a tag to compare
Pre-release
  • Lexer full integration to beans
  • patched a lot of bugs
  • changed te from raw text parsing to token parsing

Lexer interface

09 Jul 13:39
Compare
Choose a tag to compare
Lexer interface Pre-release
Pre-release

Lexer is now accessible from the beansast interface

Lexer tokens generator

06 Jul 00:01
Compare
Choose a tag to compare
Pre-release

Lexer grammar and token generator are functional, but not implemented yet with the parser and not available through the interface.