-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure repo #60
Restructure repo #60
Conversation
@santolucito Done. Can you take a look at this PR and see if the changes are ok with you? Made some drastic changes. The new command now looks like this:
|
…o not be commited into this branch
what about these: https://github.com/Barnard-PL-Labs/tsltools/#debugging-tsl-specifications. We still need these |
I will add them in. |
@santolucito I added back the functionalities of |
so tslplay should let us "play" against a counter strategy. So it is good
functionality to have in theory, though I only got it to actually work once
and it wasn't easy. maybe we leave it out for this PR and open an issue
that we need to revisit it
…On Fri, Nov 17, 2023 at 3:35 PM Leo Qiao ***@***.***> wrote:
@santolucito <https://github.com/santolucito> I added back the
functionalities of tslminrealizable and tslcoregen. The last one for
debugging is tslplay, which uses the CFM stuff. Does that mean we don't
need it anymore?
—
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIJAPHFEVMG5XIXZ4FG6ZTYE7DCTAVCNFSM6AAAAAA7NOQYNGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJXGA3DQNJSGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ok, that sounds reasonable. I will update the README now, and after that can I merge this in? |
Issue that will document the development of the commands: #62 |
lgtm! |
Clean up repo:
package.yaml
to replacetsl.cabal
app
(executable),src
(library) andtest
(tests) structuretools
andtool-utilities
, and only have a singletsl
command (implemented inapp
directory)