Bug 249344 - New port: misc/tlci: Tiny lambda calculus interpreter in C99
Summary: New port: misc/tlci: Tiny lambda calculus interpreter in C99
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-15 17:18 UTC by Nico Sonack
Modified: 2020-09-15 19:59 UTC (History)
1 user (show)

See Also:


Attachments
Patchfile for the new port (2.47 KB, patch)
2020-09-15 17:18 UTC, Nico Sonack
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Sonack 2020-09-15 17:18:04 UTC
Created attachment 217976 [details]
Patchfile for the new port

Portable lambda calculus interpreter with strict evaluation in C99 for educational purposes.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-09-15 19:59:37 UTC
New port added, thanks! One minor modification: GL_PROJECT isn't needed to be specified if it's the same as the PORTNAME.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-15 19:59:46 UTC
A commit references this bug:

Author: lwhsu
Date: Tue Sep 15 19:58:55 UTC 2020
New revision: 548745
URL: https://svnweb.freebsd.org/changeset/ports/548745

Log:
  Add misc/tlci: Tiny lambda calculus interpreter in C99

  PR:		249344
  Submitted by:	Nico Sonack <nsonack@outlook.com>

Changes:
  head/misc/Makefile
  head/misc/tlci/
  head/misc/tlci/Makefile
  head/misc/tlci/distinfo
  head/misc/tlci/pkg-descr