diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,10 @@ which would allow you to compile amalgam with a compiler that generates smaller Amalgam is not meant to be a replacement for any other language but rather a new unique language for programming with gpu without writing an external gpu program (glsl/hlsl). + +Files have to be in utf-8 format and can optionally have utf-8 BOM. # TODO Build with -nostdlib and replace use of libc with syscalls (on linux) # Documents -Documents are located under doc. Some documents are generated using python3 scripts in the same directory. There is no need to run these unless you are changing the documentation in the source code.
\ No newline at end of file +Documents are located under doc. The file doc/Documentation.md is generated from source files by running doc/doc_extract.py +but there is no need to run this script unless you are modifying documentation in the source.
\ No newline at end of file |