Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

Sign up

A small, embeddable BASIC interpreter in C.

NotificationsYou must be signed in to change notification settings

wernsey/musl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Unstructured Scripting Language

Musl is my own small BASIC interpreter.

(I recently discovered that there is an implementation oflibc thatalso goes by the name Musl. I will rename this project as soon as I can think upa catchy name. Sorry for any confusion caused.)

The files in the distribution are:

  • musl.c - The source code of the interpreter itself.
  • musl.h - The header file, for using the interpreter in an application.
  • main.c - The standalone interpreter. Also serves as a demonstration ofhow to embed the interpreter into an application.
  • Makefile - The Makefile. To compile, simply type 'make'.
  • doc.awk - Awk script that generates documentation from the comments inthe source code.
  • test/ - Directory full of test programs that demonstrates the syntax ofthe interpreter.

Part of the Makefile is to run the code through doc.awk which scans thecomments in the code for specific symbols from which an HTML file, manual.html,is generated.

Mmmm, I'm going to have to rename the project. The name "Musl" is alreadytaken (http://www.musl-libc.org/intro.html)


These sources are provided under the terms of the unlicense:

This is free and unencumbered software released into the public domain.Anyone is free to copy, modify, publish, use, compile, sell, ordistribute this software, either in source code form or as a compiledbinary, for any purpose, commercial or non-commercial, and by anymeans.In jurisdictions that recognize copyright laws, the author or authorsof this software dedicate any and all copyright interest in thesoftware to the public domain. We make this dedication for the benefitof the public at large and to the detriment of our heirs andsuccessors. We intend this dedication to be an overt act ofrelinquishment in perpetuity of all present and future rights to thissoftware under copyright law.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OFMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OROTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OROTHER DEALINGS IN THE SOFTWARE.For more information, please refer to <http://unlicense.org/>

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp