Skip to content

A tiny package that parses SMILES strings to an abstract syntax tree.

License

Notifications You must be signed in to change notification settings

metamolecular/smiles-peg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMILES PEG

A tiny package that parses SMILES strings to an abstract syntax tree. Taken from the parser from smilesDrawer.

Example usage:

import parse from 'smiles-peg';

const tree = parse('c1ccccc1');

Opening this package with VS Code/MacOS will result in 100% CPU usage. Sublime Text is a good alternative.

About

A tiny package that parses SMILES strings to an abstract syntax tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published