I start to make an open source ASN.1 compiler in C from scratch
fishasn1.pixelegg.me
I start to make an open source ASN.1 compiler in C from scratch
1–4 of 4 posts
Re: I start to make an open source ASN.1 compiler in C from scratch
#2[deleted]
Re: I start to make an open source ASN.1 compiler in C from scratch
#3Just like any other compilers, I am currently working on the lexer/tokenizer first.
Re: I start to make an open source ASN.1 compiler in C from scratch
#4Just like any other compilers, I am currently working on the lexer/tokenizer first.
Hello, nice to find people interested in ASN1 ! But, one of the first lessons I learned in programming is to not reinvent the wheel. I just want to understand what's your motivation behind this project, is it for personal curiosity/discover the protocol or something else ? Because there is already a seemingly good ASN1 compiler in C : https://github.com/vlm/asn1c