J++

J++ Used AI

9 devlogs
13h 52m
Created by BetterClient

Mostly object oriented programming language

Timeline

Did a very small refactor.
Ditched IntermediateBodyAST for direct AST.
Working on Primitives.getAST and ASTParser.parseExpr.

Update attachment

Created IntermediateBodyAST(body parsing for functions, intermediate for now since it does not map directly, just has names, no checking)
Removed Double type

Update attachment
Toshit Toshit 2 days ago
hi from shipwrecked! j++ awesome :heart:

Implemented a basic standard library
Implemented member parsing
Did a little refactoring again

Update attachment

Little refactor, create NameResolver, ParseImports, MergeStage, get started on ast parsing

Update attachment

Wrote a mini stage to convert TLD's into special singletons

Update attachment

Created the first stage of the AST parser, ParseOuterBrackets, which differentiates TLD functions from classes

Update attachment

Created lexer!

Update attachment

Created tokens for the lexer

Update attachment

Created project, learning scala!

Update attachment