82 Commits (android-1.4)

Author SHA1 Message Date
Andrew Alderwick 52598bdad7 Remove uxn-fast.c since new reference core is almost as fast. 4 years ago
Andrew Alderwick 23a514b3ba Support nested comments in asma too. 4 years ago
Andrew Alderwick 86674da93e Bring etc/asma.moon up to date. 4 years ago
Andrew Alderwick 55f448fb77 Add automated test harness (corresponding Uxntal to follow). 4 years ago
neauoire b873f04789 Added tal syntax highlight for nano 4 years ago
Andrew Alderwick c3ac41c41d Change "include" word into ~ rune for includes. 4 years ago
Andrew Alderwick 5b3b08e526 Exclude projects/assets in asma-test.sh 4 years ago
Andrew Alderwick fe22b6288e asma fix: disallow 1 and 3 chars in hex literals and raw hex 4 years ago
Andrew Alderwick d5f3bc376e Raise errors on hex literals with zero length 4 years ago
Andrew Alderwick 035e0d8a3a Fixed error message when zero-page label is not found 4 years ago
neauoire 991a18212a Colorize strings in Subl 4 years ago
Andrew Alderwick 511aa3c5a9 Improved error message for unrecognised token 4 years ago
Andrew Alderwick 317d71654e Pass output file argument to asma too 4 years ago
Andrew Alderwick abf95337a1 Added test for infinite recursion of includes. 5 years ago
Andrew Alderwick 9606f74b19 Corrected bad macro name. 5 years ago
Andrew Alderwick 26b90ac69c Added detection of recursive include errors. 5 years ago
Andrew Alderwick dacad9df55 Tiny fix. 5 years ago
Andrew Alderwick 80102ff212 Simplified asma-test.sh. 5 years ago
Andrew Alderwick b78d9e1446 Reimplemented software/asma with reading input filename from Console. 5 years ago
Andrew Alderwick d73d25f2c1 Run asma tests in repo root directory 5 years ago
Andrew Alderwick 3eb13620a8 Excluded library snippets from asma-test.sh 5 years ago
neauoire 90540742ae Standardizing fns names before merge 5 years ago
Andrew Alderwick 4d535ebb46 Swapped return and short flags in advance of uxn.c refactoring 5 years ago
neauoire 83de614e53 Do no display unused macros anymore 5 years ago
Andrew Alderwick e4416264e8 Remove opcode labels by default 5 years ago
neauoire 5167a103ec Fixed issue with null vectors 5 years ago
Andrew Alderwick 1b68169cee Merged LIT and BRK into opcode zero, added INC opcode 5 years ago
Andrew Alderwick 5d094603b0 Fixed asma-test.sh 5 years ago
Andrew Alderwick cb13589531 Fixed asma-test.sh 5 years ago
Andrew Alderwick 76470ce3ee Fixed indentation in asma-test.sh 5 years ago
Andrew Alderwick 0a69a3417d Updated mkuxn-fast to match uxn.c changes 5 years ago
neauoire 44d584dfdb Re-added the stack bounds clamp 5 years ago
neauoire 59ea5c0a1a Added static to uxn opcodes 5 years ago
Andrew Alderwick a58ffb9828 Updated mkuxn-fast scripts 5 years ago
neauoire 4f822f55f3 Prefixed uxn functions 5 years ago
neauoire 7b7f4fd0f7 System now carries the debug flag, System/0xf is now stopping eval 5 years ago
Andrew Alderwick 4622a8a061 Created working stack space in case of previous evaluxn overflow 5 years ago
Andrew Alderwick 742c52265f Updated mkuxn-fast script to match uxnasm changes 5 years ago
Andrew Alderwick 3e395e56b0 Updated asma script to match source code changes 5 years ago
neauoire 9fdb49e0ed Comment will expect a space by the paren in sublime syntax highlight 5 years ago
neauoire a683375567 Improved syntax highlight 5 years ago
Andrew Alderwick 064f7745d4 Added reporting of division by zero errors rather than crashing 5 years ago
neauoire fbc0b762c9 Renamed USM to TAL files 5 years ago
neauoire d163c43201 Improved uxncli and moved all demos into examples 5 years ago
Andrew Alderwick 6d18549915 Formatted uxn-fast.c according to clang-format 5 years ago
Andrew Alderwick aeddd9e0f5 Added src/uxn-fast.c generator script 5 years ago
Andrew Alderwick 12792d101d Added invalid source code tests to asma-test.sh 5 years ago
Andrew Alderwick 28d5284695 Added test suite for asma 5 years ago
Andrew Alderwick 46741bae23 Added documentation for Asma helper script 5 years ago
Andrew Alderwick 4d8b898142 Removed test file from previous asma version 5 years ago