Bug 249344

Summary: New port: misc/tlci: Tiny lambda calculus interpreter in C99
Product: Ports & Packages Reporter: Nico Sonack <nsonack>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patchfile for the new port none

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