CompSci Weekend SuperThread (July 05, 2019) Computer Science |
- CompSci Weekend SuperThread (July 05, 2019)
- Sensitivity Conjecture Proven!
- Antlr4 - Creating a parser in C...
- DeepMind Transporter: Unsupervised Learning of Object Keypoints
- Difference between DTD and XSD schema
CompSci Weekend SuperThread (July 05, 2019) Posted: 04 Jul 2019 06:05 PM PDT /r/compsci strives to be the best online community for computer scientists. We moderate posts to keep things on topic. This Weekend SuperThread provides a discussion area for posts that might be off-topic normally. Anything Goes: post your questions, ideas, requests for help, musings, or whatever comes to mind as comments in this thread. Pointers
Caveats
[link] [comments] |
Sensitivity Conjecture Proven! Posted: 04 Jul 2019 04:00 PM PDT |
Antlr4 - Creating a parser in C... Posted: 04 Jul 2019 11:22 PM PDT Hi guys, I'm developing my own programming language and found the latest version of antlr4 to be an amazing tool to facilitate my development of this language. However, I have a very odd problem: I specifically require to produce a C target, which seems to be supported in antlr3 but not in antlr4. In my particular use case, I can use the C++ target with some minor restrictions, for example, I would have to rewrite the generated code to use only plain old data structures (POD) and it's not clear to me how I'd do that. I have looked into C++ to C converters since early versions of C++ compilers offered such functionality but my search didn't return any successes since these tools seem outdated or deprecated. I was wondering if anyone can share any related experience or advice, or maybe even recommend an ANTLR alternative which is just as simple. I know Flex and Bison are an option but development with them seems much more effortful, so I was hoping to see if there's any other options before going down that route. Thanks. [link] [comments] |
DeepMind Transporter: Unsupervised Learning of Object Keypoints Posted: 04 Jul 2019 01:17 PM PDT |
Difference between DTD and XSD schema Posted: 04 Jul 2019 08:32 AM PDT |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment