Kartik K. Agaram
b351ca6ed4
tweaks to compiler doc
3 months ago
Kartik K. Agaram
66a74fdb72
more portable
...
https://stackoverflow.com/questions/1815329/portable-way-to-get-file-size-in-bytes-in-the-shell/1815582#1815582
4 months ago
Kartik Agaram
cab68a5cfc
klunky attempt to support BSD stat
...
Many thanks again, Wade.
4 months ago
Kartik Agaram
dbe169fc5d
move comment to a clearer location
4 months ago
Kartik Agaram
cbd535d3b7
fix a conflict between GNU and Mac/BSD
...
This particular issue doesn't affect behavior.
Thanks Wade for pointing it out.
4 months ago
Kartik Agaram
54423826c7
update stale stuff in an old prototype
5 months ago
Kartik K. Agaram
38a9370673
typo in shell Readme
5 months ago
Kartik K. Agaram
9ded0ea184
slack: hacky feature to browse thread by url
...
Doesn't currently support a comment url. That should be easy to fix..
6 months ago
Kartik K. Agaram
bf82a57959
slack: update instructions for downloading images
6 months ago
Kartik K. Agaram
131b5a5652
acknowledge current status
6 months ago
Kartik K. Agaram
9cbaad0811
obsolete argument
6 months ago
Kartik K. Agaram
7ab55b3494
fix a regression from 3 commits and 12 days ago :/
...
Thanks Antonio D'Souza for reporting issue #51 , which this fixes.
6 months ago
Kartik K. Agaram
5bbc33d823
.
7 months ago
Kartik K. Agaram
a03c449be9
.
7 months ago
Kartik K. Agaram
3cc80610c8
playing with Paul Batchelor's Trikufic tileset
...
https://pbat.ch/wiki/trikuf
https://merveilles.town/@akkartik/107432999019092669
7 months ago
Kartik K. Agaram
d46441e082
link to the Mu tour
7 months ago
Kartik K. Agaram
7195a5e88e
.
7 months ago
Kartik K. Agaram
d5a366ea1f
getting ready to share the guided tour more widely
7 months ago
Kartik K. Agaram
b43e72b704
tutorial: remove an unnecessary detail
8 months ago
Kartik K. Agaram
a79de8773d
I'm going to hell for this..
...
This typo has been around since July 2019 (commit 784e17d487
). I swear
I've spelt the name correctly scores of times before that.
8 months ago
Kartik K. Agaram
8e9ddaee55
.
8 months ago
Kartik K. Agaram
b10bbc3a51
slack: one more corner case during import
8 months ago
Kartik Agaram
1f9b16680f
.
8 months ago
Kartik Agaram
53d69dd1c5
keep 'grapheme-stack'
...
We want to at least document intent there.
8 months ago
Kartik Agaram
3ff2fe607c
.
8 months ago
Kartik Agaram
ef8fd8851a
.
8 months ago
Kartik K. Agaram
b72aed920b
reword the tutorial after dropping 'grapheme'
8 months ago
Kartik K. Agaram
d253a31828
rename grapheme to code-point-utf8
...
Longer name, but it doesn't lie. We have no data structure right now for
combining multiple code points. And it makes no sense for the notion of
a grapheme to conflate its Unicode encoding.
8 months ago
Kartik K. Agaram
d1808995b2
copy back some error messages from linux/
8 months ago
Kartik K. Agaram
a459208291
copy back some tests from linux/
8 months ago
Kartik K. Agaram
cc39b738c5
.
8 months ago
Kartik K. Agaram
b49ea0c7b0
.
8 months ago
Kartik Agaram
8eae94e860
clean up VSCode extension
8 months ago
Kartik Agaram
2bac01fb7b
syntax highlighting for Visual Studio Code
8 months ago
Kartik Agaram
11a191c290
syntax highlighting bundle for TextMate
8 months ago
Kartik K. Agaram
d7389e15a8
task 16: addressing sejo's feedback
...
I'm still not quite happy with this..
8 months ago
Kartik K. Agaram
3ca102f015
tutorial: improve task 14 based on sejo's feedback
8 months ago
Kartik Agaram
ad2dd26ed4
.
8 months ago
Kartik Agaram
5b0bb2aeb2
.
8 months ago
Kartik K. Agaram
c71367c8ed
.
8 months ago
Kartik K. Agaram
39d210899a
tutorial: tweaks to task 14
...
Thanks again sejo for your comments.
8 months ago
Kartik Agaram
72850faae0
translate_emulated has gotten _much_ slower
...
I spent some time timing this command:
cd ./linux/bootstrap; ./clean; popd; time ./translate_emulated apps/ex2.mu
Times at a few commits this year, along with notes on what changed in the
linux/ directory:
517a01c95a
Feb 17 1:30
time ./translate_mu_baremetal_emulated baremetal/ex2.mu
71e4f38129
Mar 3 1:30
time ./translate_emulated ex2.mu
2df1d1a730
May 14 1:53
time ./translate_emulated apps/ex2.mu
ff8ec9bcff
+ patch May 14 2:10 -- start showing stack trace on abort
9831a8cef9
+ patch May 19 2:23
8c47da082b
Jun 18 2:27
-- what changed in the middle here?!
b625c6304e
Jul 29 3:13
-- seemingly minor change to linux/next-word
52e3ea8a4b
Aug 15 4:55
ba4a3c5be7
Aug 22 4:57
-- one additional compiler check in linux/mu.subx
899cdcc3f3
Aug 29 5:44 5:54
975f372d67
Oct 31 5:22
So it's not a single commit :/ Unclear what's going on.
8 months ago
Kartik Agaram
975f372d67
tweak instructions to mention Windows
...
Thanks Maikel van de Lisdonk.
8 months ago
Kartik Agaram
2f2871a51f
Mac OS build broken since Aug 29 :/
...
(commit b1dcfb03d0
)
8 months ago
Kartik K. Agaram
b221d17f03
.
8 months ago
Kartik K. Agaram
1de8526e0c
.
8 months ago
Kartik K. Agaram
a69248b284
more comments from sejo <3
8 months ago
Kartik K. Agaram
aab93d7538
.
8 months ago
Kartik K. Agaram
0f0d615ec4
.
8 months ago
Kartik K. Agaram
34f37b8944
clean up treeshaking support for baremetal
...
Check minified sizes by running:
tools/translate_minified _files_
ls -l a.bin
qemu-system-i386 code.img
What I had before was for the linux/ version.
8 months ago