1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
Commit Graph

10476 Commits

Author SHA1 Message Date
Rob Rix
663ffab1b4 Export defaultGShow1Options. 2017-11-30 11:07:15 -05:00
Rob Rix
7f0ecbef19 Simplify how the options are applied. 2017-11-30 11:06:48 -05:00
Rob Rix
41490a38f1 Define a helper to provide options when implementing liftShowsPrec generically. 2017-11-30 11:04:07 -05:00
Rob Rix
90fde64e9f Add options to allow disabling record syntax. 2017-11-30 11:02:05 -05:00
Rob Rix
a76ca3fcfc Generic Show1 respects fixity and record selectors. 2017-11-30 10:36:51 -05:00
Rob Rix
cd9e99eb59 🔥 genericLiftShowList. 2017-11-30 10:28:46 -05:00
Rob Rix
67f251e223 Combine the generic Eq1, Ord1, & Show1 implementations into a single module. 2017-11-30 10:24:48 -05:00
Rob Rix
bb2aa0ad0a Stub in a module to hold all the generic Data.Functor.Classes implementations. 2017-11-30 10:14:21 -05:00
Rob Rix
cbd02eab7b Merge branch 'master' into musical-modules 2017-11-30 09:53:19 -05:00
Rick Winfrey
cd1fdf1065 🔥 specialized assignment alternations 2017-11-29 18:10:57 -08:00
Rick Winfrey
eb83043303 🔥 unnecessary arrayType 2017-11-29 18:07:25 -08:00
Rick Winfrey
15cb0d7ec4 Refactor functionDeclaration 2017-11-29 17:56:12 -08:00
Rick Winfrey
1468f74428 Refactor to not use tuples 2017-11-29 17:03:35 -08:00
Rick Winfrey
d0a521779e Add type annotation for mkChannelType 2017-11-29 16:25:57 -08:00
Rick Winfrey
ed012fe18d Convert to point free 2017-11-29 16:10:50 -08:00
Rick Winfrey
890b37c252 Use choice for type rules 2017-11-29 16:10:35 -08:00
Rick Winfrey
ed3f36ccde Refactor unaryExpression to not use >>= 2017-11-29 16:04:03 -08:00
Rick Winfrey
b7bf6c06be Refactor for statement assignment 🎉 🎩 @robrix 2017-11-29 14:57:37 -08:00
Rick Winfrey
410b8e12e0 Update receive statement 📝 2017-11-29 12:54:01 -08:00
Rick Winfrey
6f0ab3c42a Assign receive operators 2017-11-29 12:37:49 -08:00
Rick Winfrey
c0637e85ef Add ReceiveOperator constructor 2017-11-29 12:37:37 -08:00
Rick Winfrey
fafcdfb83b 🔥 Todos 2017-11-29 12:37:15 -08:00
Rick Winfrey
6a6c38d309 Use Declaration.MethodSignature 2017-11-28 13:53:35 -08:00
Rick Winfrey
3f69729d5f Move TypeScript MethodSignature to Declaration 2017-11-28 13:53:18 -08:00
Rick Winfrey
2e72a56ccf Update sliceExpression assignment 2017-11-28 11:09:57 -08:00
Rick Winfrey
f93a0389ce Merge branch 'master' into go-assignment 2017-11-28 09:21:10 -08:00
Rob Rix
4c974c31a3 Move syntaxDeclarationAlgebra & helpers down to match original source. 2017-11-28 09:58:55 -05:00
Rob Rix
41020b7eae Extract the Declaration algebras into a new module. 2017-11-28 09:17:41 -05:00
Rick Winfrey
852d3464de Add TODOs 2017-11-27 18:01:17 -08:00
Rick Winfrey
c9d8bb62c5 🔥 space 2017-11-27 17:37:00 -08:00
Rick Winfrey
9329840985 Refactor sliceExpression assignment 2017-11-27 17:25:28 -08:00
Rick Winfrey
268bdb2e1e Refactor fieldDeclaration assignment 2017-11-27 17:25:17 -08:00
Rick Winfrey
a25fa79627 Refactor channelType assignment 2017-11-27 17:25:03 -08:00
Rick Winfrey
829ad6772f Refactor identifier assignment 2017-11-27 17:24:49 -08:00
Rob Rix
296569da6a Clean up the LANGUAGE pragma for Analysis.Decorator. 2017-11-27 14:54:01 -05:00
Rob Rix
8454467b61 Move the cyclomatic complexity analysis into its own module. 2017-11-27 14:52:27 -05:00
Rob Rix
ae985ef4e5 Factor ConstructorName into its own module. 2017-11-27 14:45:13 -05:00
Rob Rix
a844fec2bd Move the algebras into their own module. 2017-11-27 14:36:20 -05:00
Rob Rix
2102ab41cf Rename Decorating to Analysis. 2017-11-27 14:32:13 -05:00
Rob Rix
87d533cc2b Rename Language to Data.Language. 2017-11-27 14:17:48 -05:00
Rob Rix
46970445ff 🔥 some unused machinery in the Language module. 2017-11-27 14:10:33 -05:00
Rob Rix
3ebb972bd8 Move the Node datatype & AST synonym into Data.AST. 2017-11-27 13:45:37 -05:00
Rob Rix
fd31babd62 Rename Decorator to Decorating.Decorator. 2017-11-27 13:36:00 -05:00
Rob Rix
3a3ed72f96 Rename Renderer to Rendering.Renderer. 2017-11-27 13:30:38 -05:00
Rob Rix
dbb1a33fca Rename Parser to Parsing.Parser. 2017-11-27 13:24:45 -05:00
Rob Rix
9bfd64905d Rename Data.Syntax.Assignment to Assigning.Assignment. 2017-11-27 13:19:20 -05:00
Rob Rix
062d9cbfa9 Rename Files to Semantic.IO. 2017-11-27 13:09:03 -05:00
Rob Rix
1e95b0270e Rename SemanticCmdLine to Semantic.CLI. 2017-11-27 11:57:27 -05:00
Rob Rix
bb21a24a93 Rename RWS to Diffing.Algorithm.RWS. 2017-11-27 11:51:39 -05:00
Rob Rix
dad5abb189 Rename SES to Diffing.Algorithm.SES. 2017-11-27 11:48:39 -05:00