Giter VIP home page Giter VIP logo

Comments (5)

kimgr avatar kimgr commented on August 28, 2024

Hi James, thanks for the report!

I don't quite understand the semantics of automatic tagging, it feels like an ASN.1 definition with it enabled would be pretty useless if the auto-generated tags weren't stable. So I guess ideally you'd want to generate the same tag for the same element, irrespective of order.

But I don't know what other generators do... Can you compare output of some ASN.1->C generators with automatic tags, and see what kind of semantics they have? E.g. this one, which seems competent: https://lionet.info/asn1c/download.html

It feels like this should be a property of the code generator, but it would be nice to put it into the semantic model as well, so different code generators wouldn't have to invent their own mechanisms... Given that the resolution of implicity currently happens in codegen, maybe that's a good place to start, though.

Sorry I don't have more direct advice, but I'm embarrassingly unfamiliar with semantics for ASN.1 features I haven't used (and likewise with some of the stuff I have used :-)).

from asn1ate.

james-ward avatar james-ward commented on August 28, 2024

Latest commit on separate branch now deals with this inside Sema.py. Much nicer solution - thank you for the help.

from asn1ate.

kimgr avatar kimgr commented on August 28, 2024

Thanks, this looks nice! See inline for questions and a few ideas.

from asn1ate.

kimgr avatar kimgr commented on August 28, 2024

Sorry, I didn't see that you had updated this. I'll try and look through it during next week.

from asn1ate.

kimgr avatar kimgr commented on August 28, 2024

This looks great! I have a few ideas for cleanups, but I can do those separately.

It's impressive how small the patch turned out eventually. And thanks for the good test coverage, it's a shame we can't assert facts about the generated code here...

Can you create a pull request from your sema-autotag branch?

from asn1ate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.