Skip to content

The project includes a complete implementation of lexer, parser for ASN.1 specifications, encoder, decoder, and interface to take .asn file as input & return .go file

Notifications You must be signed in to change notification settings

sauriii98/go-asn-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Refer to this link.

This project was bootstrapped with Create React App.

Available Scripts

In the react-flask-app directory, you can run:

npm install

Installs all dependencies included in package.json

npm run start-flask-api

Runs the flask api server.

If there is an error, activate development environment before running the script. source venv/bin/activate

OR

Run the following commands

cd flask-api
flask run

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

References

Building a playground similar to this.

About

The project includes a complete implementation of lexer, parser for ASN.1 specifications, encoder, decoder, and interface to take .asn file as input & return .go file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.7%
  • JavaScript 5.8%
  • Perl 2.6%
  • HTML 1.8%
  • CSS 0.1%