0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move catch error to main.d More... over 9 years ago
fixed single line comment More... over 9 years ago
fixed when the scanner reach eol must be null if the scan function finished his scan, eg multi line comment not finish the scan so not null the scanner at eol More... over 9 years ago
fixed Variable value must be created More... over 9 years ago
note SoInstance More... over 9 years ago
merged SoNamedObject into SoObject More... over 9 years ago
minor changes More... over 9 years ago
revert back to one SoObject, ISoObject more complex More... over 9 years ago
extract ISoObject from SoObject More... over 9 years ago
preparing SoObject to extract ISoObject interface, i marked the final functions More... over 9 years ago
Removed unneeded class SrdObjects More... over 9 years ago
Merge branch 'master' of github.com:parmaja/sard More... over 9 years ago
ok, i changed limb to sub because it is a subblock, this is not the last one i rname it, i will that again, but after i mix Statements into SoBkock and Statment into it Sub, More... over 9 years ago
Update README.md More... over 9 years ago
Update README.md More... over 9 years ago
few notes, nothing important More... over 9 years ago
remove SoMain More... over 9 years ago
rename SoSection to SoBlock More... over 9 years ago
rename SoBlock to SoStatements More... over 9 years ago
rename SoStatment to SoLimb, to prevent naming conflict rename insert to push and add it to the template, now more understandable More... over 9 years ago
unneeded SrdCustomStamement More... over 9 years ago
removed unused fun pushIt More... over 9 years ago
make all SoObject have name for easy debug More... over 9 years ago
trying to fix declaration | x:=10; More... over 9 years ago
fix finding operator More... over 9 years ago
fix: Using indexOf my compare it >=0 not >0 More... over 9 years ago
Update README.md More... over 9 years ago
more fixes by adding default ctor to SoObjects More... over 9 years ago
fix cloned integer, but we need to add default ctor to every object that we need clone it | this{} fix return value of run sard source. first time it work now. More... over 9 years ago
rename Operate func to doOperate func and protected from operate null operator More... over 9 years ago