Skip to content

The code of 『コンパイラ ー 原理と構造』, re-implemented by F#

Notifications You must be signed in to change notification settings

guricerin/compiler-text-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compiler-text-fs

『コンパイラ ー 原理と構造』のF#への翻訳。

Requirements

  • dotnet 5 or later

Usage

Turing Machine Emulator

$ dotnet run -p ./src/TM

CoreML Processor

$ dotnet run -p ./src/CoreML -m [c|i] -l [path/to/CoreMl/file]
options:
  -m, --mode={c|i}                  Compile or Interpret (default mode: Compile).
  -l, --load-file=<STRING_VALUE>    Path to a CoreML file. Without this option, you'll be into interactive mode.

About

The code of 『コンパイラ ー 原理と構造』, re-implemented by F#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages