about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 7128Kartik Agaram2020-10-271-5/+11
| | | | More consistent spacing in sandbox render.
* 7127Kartik Agaram2020-10-273-1/+209
|
* 7126Kartik Agaram2020-10-271-5/+5
|
* 7125 - tile: fade out values on the stackKartik Agaram2020-10-271-4/+1
|
* 7124 - tiles: better 'lines' primitiveKartik Agaram2020-10-273-14/+58
|
* 7123 - tile: truncate string if necessaryKartik Agaram2020-10-265-3/+124
|
* 7122 - tile: styling for stringsKartik Agaram2020-10-261-1/+6
|
* 7121Kartik Agaram2020-10-261-5/+11
| | | | | | | Starting to polish 'line-count' demo: filename line-count = filename open lines len
* 7120 - tile: array of lines from fileKartik Agaram2020-10-266-2/+106
| | | | Requires a quick hacky change to Mu compiler.
* 7119 - tile: new primitive to slurp file contentsKartik Agaram2020-10-262-1/+41
| | | | | Stack display is messed up when file contents contain newlines. Ignoring that for now.
* 7118Kartik Agaram2020-10-261-3/+5
|
* 7117Kartik Agaram2020-10-261-2/+4
|
* 7116 - tile: regression in typing in stringsKartik Agaram2020-10-262-55/+46
| | | | We really need to clean up the Mu compiler's logic around function outputs.
* 7115Kartik Agaram2020-10-264-16/+16
|
* 7114Kartik Agaram2020-10-261-0/+3
|
* 7113Kartik Agaram2020-10-261-2/+12
|
* 7112 - tile: arrays of non-integersKartik Agaram2020-10-264-73/+125
|
* 7111Kartik Agaram2020-10-261-36/+41
|
* 7110Kartik Agaram2020-10-261-0/+54
| | | | | | | | | | Some more helpers that I want to avoid using, but they help me gain confidence in the current implementation of file handles. Manual test: "x" open dup read swap read Assumes there's a file called `x` in the current directory that contains at least two (short!) lines.
* 7109Kartik Agaram2020-10-254-5/+4
| | | | | | | | | | | | | | | | | | | Turns out I've been including some unnecessary files when building apps/mu! Treeshaken stats before: LoC 26258 => 9717 LoC including common libraries: 29736 => 12719 binary size: 406K => 79K After: LoC 26258 => 9717 LoC including common libraries: 28322 => 12370 binary size: 406K => 77K So our treeshaking isn't perfect. No surprise there.. The treeshaken build also starts to fail without the one-liner change to mu.subx, which looks like a bug in the treeshaker.
* 7108 - tile: read from file handleKartik Agaram2020-10-251-0/+36
|
* 7107 - tile: file handlesKartik Agaram2020-10-254-1/+65
|
* 7106 - tile: arrays of intsKartik Agaram2020-10-258-43/+194
|
* 7105 - tile: define-function works with stringsKartik Agaram2020-10-253-22/+37
|
* 7104 - tile: word-rename works with stringsKartik Agaram2020-10-252-4/+32
|
* 7103 - tile: first primitive for stringsKartik Agaram2020-10-254-1/+58
|
* 7102Kartik Agaram2020-10-251-3/+13
|
* 7101 - tile: remove quotes when evaluating stringsKartik Agaram2020-10-2519-7/+49
| | | | This found several bugs due to me not checking for null strings.
* 7100 - tile: render string literalsKartik Agaram2020-10-257-10/+129
|
* 7099Kartik Agaram2020-10-253-7/+6
|
* 7098 - tile: string valuesKartik Agaram2020-10-255-15/+38
| | | | Strings can contain spaces.
* Merge pull request #44 from tekknolagi/mainKartik Agaram2020-10-251-6/+5
|\ | | | | Clean up environment variables in `build`.
| * Remove CCMaxwell Bernstein2020-10-251-1/+0
| |
| * Rename CFLAGS to CXXFLAGSMaxwell Bernstein2020-10-251-5/+5
|/ | | | | This is a little misleading otherwise since this is an entirely C++ project.
* 7094Kartik Agaram2020-10-241-2/+2
|
* 7093Kartik Agaram2020-10-242-3/+3
|
* 7092Kartik Agaram2020-10-243-0/+0
|
* 7091Kartik Agaram2020-10-241-1/+1
|
* 7090Kartik Agaram2020-10-241-3/+3
| | | | | A bugfix: the indirect call instruction treats its argument as an absolute address, not a displacement.
* .Kartik Agaram2020-10-242-11/+11
|
* .Kartik Agaram2020-10-241-11/+8
|
* tile: process space in middle of wordKartik Agaram2020-10-243-1/+28
|
* tile: process space at start of wordKartik Agaram2020-10-244-9/+148
| | | | | | This was very difficult to debug. We still need to process space in the middle of a word.
* clarify that we don't use C++20 modulesKartik Agaram2020-10-231-1/+1
|
* new forkKartik Agaram2020-10-231-0/+4
|
* bootstrap: more tweaks to int constantsKartik Agaram2020-10-231-13/+13
|
* tile: adjust spacing between commandline and stackKartik Agaram2020-10-231-1/+1
|
* Merge pull request #43 from tekknolagi/mainKartik Agaram2020-10-222-3/+3
|\ | | | | Use size-specific MAX/MIN constants
| * Use size-specific MAX/MIN constantsMaxwell Bernstein2020-10-222-3/+3
|/ | | | Don't rely on platform sizes.
* 7089Kartik Agaram2020-10-225-63/+66
|