index
:
codeq-server.git
master
release
CodeQ server
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prolog
/
util.py
Age
Commit message (
Expand
)
Author
2015-08-11
Disable parser generation
Timotej Lazar
2015-08-11
Add a parser for (simplified) Prolog
Timotej Lazar
2015-08-11
Remove unused function from prolog.util
Timotej Lazar
2015-08-11
Annotate tokens instead of splitting program
Timotej Lazar
2015-08-11
Simplify calls to prolog.util.map_vars
Timotej Lazar
2015-08-11
Move normalize to prolog.util
Timotej Lazar
2015-08-11
Clean up prolog.util.decompose
Timotej Lazar
2015-08-11
Remove all trailing punctuation from lines
Timotej Lazar
2015-08-11
Move monkey.prolog to root module
Timotej Lazar
2015-08-11
Move pymonkey stuff to monkey/
Timotej Lazar
2015-08-11
Start refactoring testing code
Timotej Lazar
2015-08-11
Keep token positions when lexing
Timotej Lazar
2015-08-11
Simplify prolog.util.map_vars
Timotej Lazar
2015-08-11
Add some ad-hoc test code to prolog/util.py
Timotej Lazar
2015-08-11
Move PQueue and utility functions into util.py
Timotej Lazar
2015-08-11
Use immutable values in queue
Timotej Lazar
2015-08-11
Remove unnecessary check from prolog.util.compose
Timotej Lazar
2015-08-11
Fix two bugs in prolog.util.decompose
Timotej Lazar
2015-08-11
Optimize prolog.util.stringify (~15% faster)
Timotej Lazar
2015-08-11
Cleanups
Timotej Lazar
2015-08-11
Some cleanups in main program
Timotej Lazar
2015-08-11
Initial commit for pymonkey
Timotej Lazar