0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add missed file scripts.d More... over 9 years ago
add highlighter, but not works yet More... over 9 years ago
fixed starting lexer and parser. More... over 9 years ago
fixed crash More... over 9 years ago
split lexer tp scanner/lexer again buggy now More... over 9 years ago
renamed scanner to tracker More... over 9 years ago
remove created() method no need it More... over 9 years ago
trying to add myltisyntax lexer More... over 9 years ago
fixed Engine.print More... over 9 years ago
adding engine to print colored text More... over 9 years ago
add Engine class More... over 9 years ago
remove set(Functions) from lexer and call parser directly. convert token type to structure More... over 9 years ago
add: more escapes More... over 9 years ago
fixed ignore symbol when it is part of id More... over 9 years ago
add ignore first char that opened the scanner. More... over 9 years ago
scan escaped char and add it to current string, but now need convert it to escaped string More... over 9 years ago
added new bug example More... over 9 years ago
clean up debug messages More... over 9 years ago
Add "print" object, we can print "hello world" :D More... over 9 years ago
remove and merge RunDeclare int RunData More... over 9 years ago
fixed when enter -1 to load test.sard file More... over 9 years ago
fixed addDeclare and data. More... over 9 years ago
trying to add RefObject More... over 9 years ago
rename process.d to scripts.d More... over 9 years ago
renaming and removing prefix, it is best to use namespace instead of prefixes More... over 9 years ago
add declareObject add version const add PI const More... over 9 years ago
fixed eof of files fix the place of operators.d More... over 9 years ago
add to the operator Associative and rename level to precedence More... over 9 years ago
fix divide integers More... over 9 years ago
move results to env fix: calling parent functions More... over 9 years ago