package ockt

  1. Overview
  2. Docs
OCaml library for parsing ckt files into hashtables

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.1.tar.gz
md5=fd957d9a2dd624125b131ed0671e9b44
sha512=cbac646146507295554984cf9e7996b67fb9795109e9300bd25f8970e27765eba0361bc5339904952d00c7fb1d82e77c7515e01c5c956f63566142d95944484c

Description

Published: 16 Aug 2021

README

README

this is a little ocaml library for ckt
takes ckt source string and spits out a hashtable

some notes:
this code is not made to be performant, in fact, in may be really unperformant!

this is just because it was more fun to code this way, however unperformant it may be

this is also because it was a little easier for me to treat strings as char lists, 
which comes with a lot of memory & performance overheads.

for this i don't think it really matters, but if you're really looking for performance,
oops!

i also dont know if this is the 'ocaml way' of doing things or w/e, coming from other
languages such as haskell i treated it like i was programming in those languages!

Dependencies (1)

  1. dune >= "2.9"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None