alexfru/SmallerC
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
virustotal false positives before the change: smlrcc.exe 16/68 smlrpp.exe 10/68 smlrc.exe 30/68 smlrl.exe 25/68 n2f.exe 22/68 virustotal false positives after the change: smlrcc.exe 9/67 smlrpp.exe 10/67 smlrc.exe 25/68 smlrl.exe 11/67 n2f.exe 8/67
1ab15c7
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Smaller C is a simple and small single-pass C compiler, currently supporting most of the C language common between C89/ANSI C and C99 (minus some C89 and plus some C99 features). Currently it generates 16-bit and 32-bit 80386+ assembly code for NASM that can then be assembled and linked into DOS, Windows, Linux and Mac OS X programs. (You may use YASM or FASM instead of NASM) Code generation for MIPS CPUs is also supported (primarily for RetroBSD). The compiler is capable of compiling itself. The core compiler comes with a preprocessor (ucpp), a linker and a compiler driver (the driver invokes the preprocessor, the core compiler, the assembler, and the linker and supports options similar to those of gcc). The standard C library is work-in-progress and it's close to completion. See the project documentation for more up-to-date details: https://github.com/alexfru/SmallerC/tree/master/v0100/doc For the lack of a better place, you can discuss Smaller C here: https://hackaday.io/project/5569-smaller-c Links: NASM: http://nasm.us/ YASM: http://yasm.tortall.net/ FASM: http://flatassembler.net/ CWSDPMI: https://sandmann.dotster.com/cwsdpmi/ HX DOS Extender: https://web.archive.org/web/20141003032346/http://www.japheth.de/ RetroBSD: http://retrobsd.org/ Other projects based on/using Smaller C: "ROM C" (like ROM Basic but C): https://hackaday.io/project/29198-native-c-pic32-color-video-on-tv FYS OS: http://www.fysnet.net/fysos.htm NewBasic Compiler: http://fysnet.net/nbc.htm Sweet32 CPU and toolchain: https://github.com/Basman74/Sweet32-CPU Normative and other useful documents on C: C99 + TC1 + TC2 + TC3, WG14 N1256: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf Dave Prosser's C preprocessing algorithm annotated by Diomidis D. Spinellis: http://www.spinellis.gr/blog/20060626/index.html Rationale for C99: http://www.open-std.org/jtc1/sc22/wg14/www/docs/C99RationaleV5.10.pdf The New C Standard: An Economic and Cultural Commentary: http://www.knosof.co.uk/cbook/cbook.html The Development of the C Language by Dennis M. Ritchie: https://www.bell-labs.com/usr/dmr/www/chist.html The Standard C Library by P.J. Plauger https://www.amazon.com/dp/0131315099
About
Simple C compiler
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published