index
:
makers
canon
a POSIX-compatible make implemented in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
makefile
/
token.rs
Age
Commit message (
Collapse
)
Author
Lines
4 days
fix rule macro detection when macro expansion in macro name
Melody Horn
-0
/
+13
5 days
implement rule-specific macros for targets
Melody Horn
-0
/
+11
6 days
clippy moment
Melody Horn
-1
/
+1
2024-10-10
three years of dependency updates
Melody Horn
-1
/
+1
2021-04-14
implement potentially-mixed-quoted conditional args
Melody Horn
-1
/
+1
2021-04-14
name the strip_prefix argument prefix oops
Melody Horn
-2
/
+2
2021-04-14
always recurse when in dry-run etc mode
Melody Horn
-0
/
+9
2021-04-06
skip rule-specific macros instead of trying to parse them as prereqs
Melody Horn
-0
/
+10
2021-04-06
appease our wire lord and savior
Melody Horn
-5
/
+5
2021-04-06
don't break posixy builds oops
Melody Horn
-2
/
+2
2021-04-06
fix balanced parens in function arguments
Melody Horn
-37
/
+54
2021-04-05
hit a weird compiler edge case i think
Melody Horn
-24
/
+114
2021-04-05
allow for fucking horrifying crimes
Melody Horn
-22
/
+42
fuck you linux for making me support this after all
2021-04-04
auto-yeet spaces after comma between function arguments
Melody Horn
-3
/
+6
2021-04-02
appease the mighty paperclip
Melody Horn
-1
/
+1
2021-04-02
add helper function for empty tokenstring
Melody Horn
-0
/
+4
2021-04-02
implement define blocks
Melody Horn
-4
/
+1
2021-04-02
ignore macro-expanded-to-empty lines
Melody Horn
-0
/
+8
2021-04-01
put extensions behind a feature
Melody Horn
-12
/
+25
2021-04-01
and here i thought alt() would do backtracking on its own
Melody Horn
-7
/
+3
2021-04-01
for the record, shit is fucked right here
Melody Horn
-37
/
+88
2021-04-01
slightly fancier errors
Melody Horn
-4
/
+4
2021-03-31
redundancy is bad
Melody Horn
-1
/
+1
2021-03-31
avoid redundancy
Melody Horn
-0
/
+1
2021-03-31
issuing correction on a previous post of mine, regarding pub(crate)
Melody Horn
-15
/
+15
2021-03-31
fix the tests oops
Melody Horn
-10
/
+17
2021-03-31
massively upgrade error handling
Melody Horn
-7
/
+9
2021-03-28
almost implement all functions
Melody Horn
-0
/
+7
2021-03-28
lay down boilerplate for function calls
Melody Horn
-33
/
+63
of all the obnoxious GNUisms, this will probably wind up being the largest. especially if huge makefiles (e.g. Linux) use most of the functions that GNU offers, meaning we have to implement most of them to be Linuxable
2021-03-28
add (& somewhat test!) GNUful conditionals
Melody Horn
-0
/
+21
2021-03-27
use Self more often in token
Melody Horn
-6
/
+6
2021-03-27
why `pub` when you can `pub(crate)`?
Melody Horn
-11
/
+11
2021-03-27
cargo fmt
zseri
-59
/
+105
2021-03-26
start at the start, not the end
Melody Horn
-1
/
+1
2021-03-26
overhaul target handling
Melody Horn
-0
/
+49
2021-03-23
man i don't even fuckin know anymore
Melody Horn
-0
/
+236