index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builder.py
Age
Commit message (
Expand
)
Author
2013-01-27
Renamed parser.py so it does not shadow the internal parser module.
Jussi Pakkanen
2013-01-14
Can generate configure files.
Jussi Pakkanen
2013-01-13
Start work on descending to subdirectories.
Jussi Pakkanen
2013-01-12
Can install Man files.
Jussi Pakkanen
2013-01-12
Added target install option.
Jussi Pakkanen
2013-01-11
Extracted build data to its own class.
Jussi Pakkanen
2013-01-01
Moved compiler detection inside Environment.
Jussi Pakkanen
2013-01-01
Put temporary stuff in a scratch directory.
Jussi Pakkanen
2013-01-01
Remove useless compiler variable.
Jussi Pakkanen
2013-01-01
Can generate full build projects.
Jussi Pakkanen
2012-12-26
Renamed main file.
Jussi Pakkanen
2012-12-26
Renamed the parser file.
Jussi Pakkanen
2012-12-25
Empty function call arguments work.
Jussi Pakkanen
2012-12-25
Remove quotation from strings.
Jussi Pakkanen
2012-12-25
Assign expressions to statements.
Jussi Pakkanen
2012-12-25
Parse slightly more.
Jussi Pakkanen
2012-12-25
Parses something.
Jussi Pakkanen
2012-12-25
Started working on the parser part.
Jussi Pakkanen
2012-12-23
Update line numbers.
Jussi Pakkanen
2012-12-23
Detect braces.
Jussi Pakkanen
2012-12-23
Detect brackets.
Jussi Pakkanen
2012-12-23
Allow whitespace in EOL continuation.
Jussi Pakkanen
2012-12-23
Detect strings and end-of-lines.
Jussi Pakkanen
2012-12-23
Tokenize strings.
Jussi Pakkanen
2012-12-23
Created simple parser.
Jussi Pakkanen
2012-12-23
Start of project.
Jussi Pakkanen