Skip to content

syntelos/c-lang-span

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 18, 2022
e4a002b · Oct 18, 2022

History

4 Commits
Oct 18, 2022
Apr 25, 2022
Jun 5, 2022
Apr 25, 2022
Apr 25, 2022
Apr 25, 2022
Apr 25, 2022

Repository files navigation

ASCII group spans

  The ASCII code defines four asymmetric group character pairs:
    < >
    { }
    [ ]
    ( ) .

  These characters establish data-code groups as syntactic
  spans that typically include nesting.  Examples include
  LISP and SGML.

Design

  This package holds responsibility for parsing mechanical
  data-code groups formed by asymmmetric character pairs.

References

  [LISP] Recursive functions of symbolic expressions and their computation by machine,
         John McCarthy.  Communications of the ACM, 1960.

  [SGML] The Roots of SGML, Charles F. Goldfarb.
         http://www.sgmlsource.com/history/roots.htm

About

Mechanical data-code parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published