PowerShell: steps 4-A, optional, and self-hosting
authorJoel Martin <github@martintribe.org>
Sun, 21 Aug 2016 22:14:01 +0000 (17:14 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 24 Aug 2016 22:39:08 +0000 (17:39 -0500)
commitf6146aef75f71a134ffa9aac44b4aff7c05baa70
tree4d157a47a059559582098d4398c1dabebe7cd25d
parentd7d197f96e72c0053c55d1ecd64a8da78fd27c01
PowerShell: steps 4-A, optional, and self-hosting
17 files changed:
Makefile
powershell/Dockerfile [new file with mode: 0644]
powershell/core.psm1 [new file with mode: 0644]
powershell/env.psm1
powershell/printer.psm1
powershell/reader.psm1
powershell/step1_read_print.ps1
powershell/step2_eval.ps1
powershell/step3_env.ps1
powershell/step4_if_fn_do.ps1 [new file with mode: 0644]
powershell/step5_tco.ps1 [new file with mode: 0644]
powershell/step6_file.ps1 [new file with mode: 0644]
powershell/step7_quote.ps1 [new file with mode: 0644]
powershell/step8_macros.ps1 [new file with mode: 0644]
powershell/step9_try.ps1 [new file with mode: 0644]
powershell/stepA_mal.ps1 [new file with mode: 0644]
powershell/types.psm1