]>
Git — Sourcephile - haskell/symantic-parser.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Julien Moutinho [Fri, 1 Jan 2021 04:42:40 +0000 (05:42 +0100)]
add make clean
Julien Moutinho [Fri, 1 Jan 2021 04:42:25 +0000 (05:42 +0100)]
remove unneeded dependency
Julien Moutinho [Fri, 1 Jan 2021 04:41:51 +0000 (05:41 +0100)]
ignore result*
Julien Moutinho [Fri, 1 Jan 2021 04:15:07 +0000 (05:15 +0100)]
ignore dump-core/
Julien Moutinho [Fri, 1 Jan 2021 04:12:45 +0000 (05:12 +0100)]
set cabal category to Parsing (like megaparsec)
Julien Moutinho [Fri, 1 Jan 2021 04:11:57 +0000 (05:11 +0100)]
fix make tag
Julien Moutinho [Fri, 1 Jan 2021 04:03:49 +0000 (05:03 +0100)]
rename Parser.{Staging => Haskell}
Julien Moutinho [Fri, 1 Jan 2021 04:03:25 +0000 (05:03 +0100)]
clean up Nix code
Julien Moutinho [Fri, 1 Jan 2021 02:59:01 +0000 (03:59 +0100)]
comment-out unstable golden tests
Julien Moutinho [Fri, 1 Jan 2021 02:43:15 +0000 (03:43 +0100)]
prepare cabal metadata for hackage upload
Julien Moutinho [Fri, 1 Jan 2021 01:55:48 +0000 (02:55 +0100)]
fix cabal metadata
Julien Moutinho [Fri, 1 Jan 2021 01:53:41 +0000 (02:53 +0100)]
add cabal flag 'dump-core'
Julien Moutinho [Fri, 1 Jan 2021 01:53:01 +0000 (02:53 +0100)]
rename Machine.{Gen => Generate}
Julien Moutinho [Wed, 30 Dec 2020 08:11:55 +0000 (09:11 +0100)]
add join-points
Julien Moutinho [Wed, 30 Dec 2020 02:10:40 +0000 (03:10 +0100)]
move runParser to Parser
Julien Moutinho [Wed, 30 Dec 2020 02:05:25 +0000 (03:05 +0100)]
rename Machine.{Eval => Gen}
Julien Moutinho [Wed, 30 Dec 2020 01:31:00 +0000 (02:31 +0100)]
remove Hints draft
Julien Moutinho [Wed, 30 Dec 2020 01:27:47 +0000 (02:27 +0100)]
rename {Automaton => Machine}
Julien Moutinho [Wed, 30 Dec 2020 01:27:08 +0000 (02:27 +0100)]
add missing tests
Julien Moutinho [Wed, 30 Dec 2020 00:13:33 +0000 (01:13 +0100)]
rename {Label => LetName}
Julien Moutinho [Sat, 26 Dec 2020 21:45:01 +0000 (22:45 +0100)]
add farthest position heuristic for parsing error messages
Julien Moutinho [Tue, 1 Dec 2020 04:02:50 +0000 (05:02 +0100)]
Add runParser
Julien Moutinho [Thu, 12 Nov 2020 23:59:15 +0000 (00:59 +0100)]
add Automaton inputs and evaluation
Julien Moutinho [Thu, 12 Nov 2020 23:57:50 +0000 (00:57 +0100)]
bump to ghc-9.0.1 to get a levity-polymorphic CodeQ
Julien Moutinho [Thu, 22 Oct 2020 23:42:37 +0000 (01:42 +0200)]
Fix DumpInstr
Julien Moutinho [Wed, 21 Oct 2020 06:12:43 +0000 (08:12 +0200)]
Add first golden tests for the Automaton
Julien Moutinho [Wed, 21 Oct 2020 03:08:48 +0000 (05:08 +0200)]
Polish code and dumps
Julien Moutinho [Wed, 21 Oct 2020 02:30:10 +0000 (04:30 +0200)]
Add missing file
Julien Moutinho [Tue, 20 Oct 2020 23:13:06 +0000 (01:13 +0200)]
Reformat comments
Julien Moutinho [Tue, 20 Oct 2020 20:21:13 +0000 (22:21 +0200)]
Remove unused extensions
Julien Moutinho [Tue, 20 Oct 2020 20:17:55 +0000 (22:17 +0200)]
Add a precision in a comment
Julien Moutinho [Tue, 20 Oct 2020 20:13:02 +0000 (22:13 +0200)]
Remove dependency upon symantic-base
Julien Moutinho [Tue, 20 Oct 2020 20:07:00 +0000 (22:07 +0200)]
Remove old stack config
Julien Moutinho [Tue, 20 Oct 2020 20:03:12 +0000 (22:03 +0200)]
Fix infinite loop in observeSharing
Julien Moutinho [Thu, 15 Oct 2020 00:58:46 +0000 (02:58 +0200)]
Rename many things and continue Instr interpretation
Julien Moutinho [Wed, 14 Oct 2020 20:35:02 +0000 (22:35 +0200)]
Trace and organize grammar optimizing rules
Julien Moutinho [Wed, 14 Oct 2020 04:40:11 +0000 (06:40 +0200)]
Add more Comb -> Instr translations
Julien Moutinho [Tue, 13 Oct 2020 04:44:41 +0000 (06:44 +0200)]
Draft transformation: Grammar -> Automaton
Julien Moutinho [Mon, 12 Oct 2020 03:16:45 +0000 (05:16 +0200)]
Polish
Julien Moutinho [Mon, 12 Oct 2020 03:13:05 +0000 (05:13 +0200)]
Rename Unlift to Output
Julien Moutinho [Mon, 12 Oct 2020 02:59:51 +0000 (04:59 +0200)]
Generalize Liftable with Trans
Julien Moutinho [Mon, 12 Oct 2020 00:08:21 +0000 (02:08 +0200)]
Extract Letable into generic module
Julien Moutinho [Sun, 11 Oct 2020 03:14:55 +0000 (05:14 +0200)]
introducing def and ref
Julien Moutinho [Sat, 10 Oct 2020 21:30:24 +0000 (23:30 +0200)]
wip
Julien Moutinho [Sat, 10 Oct 2020 01:48:42 +0000 (03:48 +0200)]
add GramDump and migrate to HLS
Julien Moutinho [Thu, 8 Oct 2020 01:10:08 +0000 (03:10 +0200)]
Remove unsafePerformIO to get StableName-s
Julien Moutinho [Thu, 8 Oct 2020 01:08:42 +0000 (03:08 +0200)]
Start to document grammar combinators
Julien Moutinho [Wed, 7 Oct 2020 13:34:30 +0000 (15:34 +0200)]
add .envrc and .gitignore
Julien Moutinho [Tue, 6 Oct 2020 22:49:48 +0000 (00:49 +0200)]
wip
Julien Moutinho [Tue, 29 Sep 2020 20:16:54 +0000 (22:16 +0200)]
wip
Julien Moutinho [Thu, 3 Sep 2020 08:10:11 +0000 (10:10 +0200)]
init