Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

iigura/FL

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F/L - study for Forth-like language


はじめに

F/L は Lua で記述された Forth 系プログラミング言語です。オリジナルの Forth とは異なり、浮動小数点値や文字列、無名ワードブロックなどを値として取り扱うことができます。

インストール方法

Github https://github.com/iigura/FL よりファイル一式をダウンロードして下さい。これらのファイルは lua で書かれた言語処理系のソースコード(拡張子 .lua)と F/L のプログラム(拡張子 .fls)から構成されています。全てテキストファイルです。

起動方法と終了方法

FL.lua があるディレクトリで lua FL.lua として下さい。EOF を入力(mac のターミナル等では Ctrl-D 押下)で終了します。

使い方

Forth における . と dup などは同様に使用できますので、 5 dup * . と入力しリターンキーを押すと 5 の 2 乗である 25 が表示されます。詳しくは「F/L でのプログラミング 」をご覧ください。

関連文書

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.