Giters
sebbekarlsson
/
wscript
a complete rewrite of wscript.exe, for *NIX
Geek Repo:
Geek Repo
Github PK Tool:
Github PK Tool
Stargazers:
12
Watchers:
3
Issues:
33
Forks:
3
sebbekarlsson/wscript Issues
Go away from the ResourceManager dependency and load files with own method
Updated
4 years ago
Comments count
1
shared objects no longer works
Closed
6 years ago
Rename unit tests to be more descriptive
Closed
6 years ago
Implement object.RemoveAll()
Closed
6 years ago
Implement object.Items( )
Closed
6 years ago
Implement object.Keys( )
Closed
6 years ago
Implement object.Exists(key)
Closed
6 years ago
be able to load shared libraries dynamically
Closed
6 years ago
Comments count
2
Implement arrays
Closed
6 years ago
Fibonacci function will cause segmentation fault (see description)
Updated
6 years ago
implement msgbox
Updated
6 years ago
Implement the `As` statement in declarations
Updated
6 years ago
strings are concatenated using '+' and not '&'
Updated
6 years ago
Implement calling functions without parentheses as in original vbscript
Updated
6 years ago
Global functions such as CreateObject are not implemented in the same way as in objects
Updated
6 years ago
unclassify BuiltinFunctionDefinitions for built-in objects
Updated
6 years ago
Implement `.` for accessing object attributes
Closed
6 years ago
Wscript.Echo is instead print()
Closed
6 years ago
Comments count
1
Implement `Wscript.Echo`
Closed
6 years ago
Be able to return values in user defined methods
Closed
6 years ago
Comments count
1
memory cleanup
Updated
6 years ago
Remove RAM class, it has been replaced with Scope
Closed
6 years ago
Implement `Else`
Closed
6 years ago
Implement `ElseIf`
Closed
6 years ago
ignore lines starting with "#"
Updated
6 years ago
Comments count
1
implement strings
Closed
6 years ago
when calling user-defined functions, arguments are ignored
Closed
6 years ago
segmentation fault when calling a recursive function
Closed
6 years ago
implement floats
Closed
6 years ago
Implement NOT_EQUALS as comparator token
Closed
6 years ago
Implement If-statements
Closed
6 years ago
Comments count
1
Implement variables, create a "Memory" or "RAM" class?
Closed
6 years ago
if no file was specified, start an interactive shell instead
Updated
6 years ago