• Joined on 2018-10-02
xiretza pushed to main at xiretza/aoc2020 2020-12-10 16:33:37 +01:00
173bab5a0f day8: add haskell solution
a449a49c18 haskell: remove unused import
8da62b93a5 haskell: explicitly export functions from AoC module
f477ec985d test.sh: write errors to stdout
ebf0723b48 day7/python: rename functions
Compare 5 commits »
xiretza pushed to main at xiretza/aoc2020 2020-12-07 07:15:56 +01:00
5a5901facb day7: add python solution
xiretza pushed to main at xiretza/aoc2020 2020-12-06 18:52:27 +01:00
5fdccf79ab day4/haskell: prettify
xiretza pushed to main at xiretza/aoc2020 2020-12-06 16:49:30 +01:00
1ce33bb4af Revert "day2/vhdl: workaround ghdl#1529"
xiretza pushed to main at xiretza/aoc2020 2020-12-06 16:40:21 +01:00
6df952815f README: update
7981c50a4e add test script and data
0c3c153004 day2/vhdl: allow script to be run from outside its basedir
cf81fd7593 day2/vhdl: don't simulate synthesized design by default
26dc74cb53 day4/haskell: fix wrongly removed import
Compare 6 commits »
xiretza pushed to main at xiretza/aoc2020 2020-12-06 07:39:06 +01:00
63c6f24ef5 day6: add haskell solution
1900e5128b haskell: simplify runAoC invocations
b1ac705f73 haskell: don't force concatenation in splitOnEmptyLines
4f13a47281 haskell: move splitOnEmptyLines to AoC.hs
Compare 4 commits »
xiretza pushed to main at xiretza/aoc2020 2020-12-05 11:25:15 +01:00
5790767831 README.md: update
xiretza pushed to main at xiretza/aoc2020 2020-12-05 10:22:08 +01:00
70bf616bad day5: add haskell solution
930d0f2548 haskell: move oneCompleteResult to AoC module
Compare 2 commits »
xiretza pushed to main at xiretza/aoc2020 2020-12-05 09:54:39 +01:00
3b0fde248f haskell: add simple run harness
xiretza pushed to main at xiretza/aoc2020 2020-12-04 16:14:25 +01:00
771072c130 day4/haskell: fix typo
xiretza pushed to main at xiretza/aoc2020 2020-12-04 15:40:07 +01:00
49192977f4 day4/python: fix last passport not being read
b911869704 day4: add haskell parser solution
Compare 2 commits »
xiretza pushed to main at xiretza/aoc2020 2020-12-04 10:35:14 +01:00
c5aa52cb73 day3/haskell: make it more readable
xiretza pushed to main at xiretza/aoc2020 2020-12-04 10:13:09 +01:00
faaaaec0ff day4: add pythong solution
xiretza pushed to main at xiretza/aoc2020 2020-12-03 22:33:27 +01:00
1757609950 day3: add haskell solution
8503335031 day3: add python solution
Compare 2 commits »
xiretza pushed to main at xiretza/aoc2020 2020-12-02 21:21:24 +01:00
2e6907c604 day2/vhdl: update gitignore
xiretza pushed to main at xiretza/aoc2020 2020-12-02 21:20:01 +01:00
354773886f day2/vhdl: also run synthesized version
a73387e367 day2/vhdl: workaround ghdl#1529
Compare 2 commits »
xiretza pushed to main at xiretza/aoc2020 2020-12-02 12:11:44 +01:00
0090e2c8d8 README: add overview table
xiretza pushed to main at xiretza/aoc2020 2020-12-02 11:11:58 +01:00
58ae72a8aa day2: add VHDL solution
xiretza pushed to main at xiretza/aoc2020 2020-12-02 10:12:12 +01:00
e04c222407 day1: add haskell solution
xiretza pushed to main at xiretza/aoc2020 2020-12-02 08:03:22 +01:00
693ed4558e day2: add python solution