Code Monkey home page Code Monkey logo

Comments (1)

ttsiodras avatar ttsiodras commented on July 17, 2024

Hi David.

ASN1SCC is geared towards safety-critical environments, so yes; there are ASN.1 features that we don't support. Anything that you can relate to a need for dynamic memory allocations, for example, is out of our scope - we only support ASN.1 grammars with e.g. fixed upper bounds in SEQUENCE OFs. We don't support ASN.1 extensions (the "three dots" construct) - etc.

The size of the grammar is not an issue - we can handle arbitrarily complex grammars, as long as they use constructs we allow.

And prioritization-wise, we obviously target safety-critical functionality first - e.g. our SPARK/Ada output provides guarantees that very few (if any!) compilers offer... our automatically generated test cases provide 100% coverage of your grammar's encoders/decoders by construction, etc.

I am not aware of X400 specifically, but it's very easy to simply try feeding your ASN.1 grammar to ASN1SCC and see what happens.

Good luck!

from asn1scc.

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.