Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Self hosting version #110

Open
DanielMazurkiewicz opened this issue Aug 16, 2020 · 2 comments
Open

Self hosting version #110

DanielMazurkiewicz opened this issue Aug 16, 2020 · 2 comments

Comments

@DanielMazurkiewicz
Copy link

Is this language at the stage that is able to be self hosted already?

@aep
Copy link
Collaborator

aep commented Aug 16, 2020

missing bits:

  • cross platform path manipulation (easy, likely to happen)
  • cross platform command execution for z3 (easy, likely to happen)
  • better json deserializer (hard, but likely to happen eventually)
  • parser generator framework. (hard, unlikely, pest.rs is really good) Q: non-rust alternative pest-parser/pest#433

i'm not super interested in self hosting yet, because there's no clear advantage. we depend on z3 which isn't portable either, so rust isn't the main portability issue.

This may change as zetz matures and eventually becomes capable of GPU acceleration. We'll likely incrementally rewrite zetz then. The parser actually being the last bit to port, unless someone else writes a good parser framework

@aep
Copy link
Collaborator

aep commented Nov 20, 2020

well, i have a motivation to peruse self hosting now. got the new macbook arm and rust support will obviously take a while because of their (in my opinion bad) strategy to require in-tree llvm.

unfortunately the big hurdle is still pest. i just can't find a good portable parser generator

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants