]> www.git.momoyon.org Git - lang.git/shortlog
lang.git
2024-11-20 ahmedsamyhWIP: Working on Ast Parsing.
2024-11-20 ahmedsamyhTokenType.NUMBER splitted to TokenType.{INT, FLOAT}
2024-11-20 ahmedsamyhToken.value -> Token.lexeme
2024-11-18 ahmedsamyhWIP: Parser
2024-11-18 ahmedsamyh[README.md] Add hello world example.
2024-11-18 ahmedsamyhUpdate README.md
2024-11-18 ahmedsamyhLexing step complete?
2024-11-18 ahmedsamyhCan Parse '#'.
2024-11-18 ahmedsamyhRemove test.sh from tracking.
2024-11-16 ahmedsamyh# TODO: Handle floating point numbers
2024-11-16 ahmedsamyhCan Parse .
2024-11-16 ahmedsamyhCan parse integer numbers in base-10.
2024-11-16 ahmedsamyhCan parse [].
2024-11-16 ahmedsamyhCan Parse , ; : too
2024-11-16 ahmedsamyhCan parse Some Single Character Symbols...
2024-11-16 ahmedsamyh[test.py] Iterate over the files in alphabetical order.
2024-11-16 ahmedsamyhFix bug in parsing identifiers.
2024-11-16 ahmedsamyh[New test] 05-multiple-identifiers.momo
2024-11-16 ahmedsamyhParse multiple tokens.
2024-11-16 ahmedsamyhCan parse identifiers.
2024-11-16 ahmedsamyhLeft trim until non-whitespace.
2024-11-16 momoyoMerge pull request #1 from momoyonwork/work
2024-11-16 ahmedsamyh[Testing] test.py go over every .momo file in ./tests.
2024-11-16 ahmedsamyhDone TODO: option to create test file if it doesn't...
2024-11-16 ahmedsamyhImplement testing program in python (test.py)
2024-11-15 ahmedsamyhCan parse Strings correctly.
2024-11-15 ahmedsamyhImplement testing system.
2024-11-15 ahmedsamyhRestart implementation :D
2024-11-04 ahmedsamyhMerge remote-tracking branch 'origin/work'
2024-11-04 ahmedsamyhDone many things...
2024-10-21 ahmedsamyhStarted to refactor INCOMPLETE!!!
2024-10-21 ahmedsamyhStarted working on Syntactical Analysis.
2024-10-21 ahmedsamyhChange some minor syntax things...
2024-10-21 ahmedsamyhExpand SYMBOLS to their names.
2024-10-21 ahmedsamyhParse string tokens.
2024-10-21 ahmedsamyhadd README.md
2024-10-21 ahmedsamyhInitial Commit.