about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* copy back some error messages from linux/Kartik K. Agaram2021-11-092-3/+3
|
* copy back some tests from linux/Kartik K. Agaram2021-11-091-0/+57
|
* .Kartik K. Agaram2021-11-091-3/+1
|
* .Kartik K. Agaram2021-11-091-2/+2
|
* clean up VSCode extensionKartik Agaram2021-11-094-125/+2
|
* syntax highlighting for Visual Studio CodeKartik Agaram2021-11-088-0/+275
|
* syntax highlighting bundle for TextMateKartik Agaram2021-11-082-0/+112
|
* task 16: addressing sejo's feedbackKartik K. Agaram2021-11-072-5/+10
| | | | I'm still not quite happy with this..
* tutorial: improve task 14 based on sejo's feedbackKartik K. Agaram2021-11-074-30/+37
|
* .Kartik Agaram2021-10-311-2/+2
|
* .Kartik Agaram2021-10-311-1/+1
|
* .Kartik K. Agaram2021-10-311-7/+11
|
* tutorial: tweaks to task 14Kartik K. Agaram2021-10-311-5/+12
| | | | Thanks again sejo for your comments.
* translate_emulated has gotten _much_ slowerKartik Agaram2021-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: 517a01c95a62a8d6227357d514dc9fff83388153 Feb 17 1:30 time ./translate_mu_baremetal_emulated baremetal/ex2.mu 71e4f3812982dba2efb471283d310224e8db363e Mar 3 1:30 time ./translate_emulated ex2.mu 2df1d1a73046a0a7b6523552b53f407651ed36df May 14 1:53 time ./translate_emulated apps/ex2.mu ff8ec9bcff7577ba923fe7868ea62ecceed55ee7 + patch May 14 2:10 -- start showing stack trace on abort 9831a8cef9cb8f412590ffa6ab9f52b8b51ab9d2 + patch May 19 2:23 8c47da082b63b6aa6aafd45e1f8f7edd4459e555 Jun 18 2:27 -- what changed in the middle here?! b625c6304eca827c04eda719fa6f7927294b80bc Jul 29 3:13 -- seemingly minor change to linux/next-word 52e3ea8a4bec791e4c2d64fb8aca9e26cdf60f25 Aug 15 4:55 ba4a3c5be70d473479e663be0400b798f88c113d Aug 22 4:57 -- one additional compiler check in linux/mu.subx 899cdcc3f3da2be04801ab79b53ec2264e8b1e4c Aug 29 5:44 5:54 975f372d67a5242d3c046712d43ec9f61a920009 Oct 31 5:22 So it's not a single commit :/ Unclear what's going on.
* tweak instructions to mention WindowsKartik Agaram2021-10-311-2/+6
| | | | Thanks Maikel van de Lisdonk.
* Mac OS build broken since Aug 29 :/Kartik Agaram2021-10-311-1/+1
| | | | (commit b1dcfb03d00)
* .Kartik K. Agaram2021-10-301-1/+3
|
* .Kartik K. Agaram2021-10-301-0/+1
|
* more comments from sejo <3Kartik K. Agaram2021-10-304-13/+325
|
* .Kartik K. Agaram2021-10-301-1/+1
|
* .Kartik K. Agaram2021-10-301-0/+5
|
* clean up treeshaking support for baremetalKartik K. Agaram2021-10-304-71/+125
| | | | | | | | | 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.
* .Kartik K. Agaram2021-10-301-1/+1
|
* done with first draft of tutorialKartik K. Agaram2021-10-306-16/+145
|
* .Kartik K. Agaram2021-10-301-1/+1
|
* tutorial: point at vocabulary.mdKartik K. Agaram2021-10-302-1/+19
|
* .Kartik K. Agaram2021-10-291-2/+1
|
* .Kartik K. Agaram2021-10-291-9/+10
|
* task: first graphicsKartik K. Agaram2021-10-273-6/+64
|
* .Kartik K. Agaram2021-10-271-2/+2
|
* .Kartik K. Agaram2021-10-271-36/+36
|
* task: conditional executionKartik K. Agaram2021-10-263-0/+67
|
* task: juggling function outputs between registersKartik K. Agaram2021-10-264-2/+89
|
* make room for a second task before fractional numbersKartik K. Agaram2021-10-266-5/+5
|
* task: primitive statements vs function callsKartik K. Agaram2021-10-265-1/+98
|
* make room for a task before fractional numbersKartik K. Agaram2021-10-266-1/+1
|
* .Kartik K. Agaram2021-10-261-0/+5
|
* .Kartik K. Agaram2021-10-261-6/+10
|
* .Kartik K. Agaram2021-10-261-3/+3
|
* .Kartik K. Agaram2021-10-262-6/+7
|
* .Kartik K. Agaram2021-10-262-3/+3
|
* .Kartik K. Agaram2021-10-262-8/+7
|
* a few surprisingly nuanced tweaks to task 8Kartik K. Agaram2021-10-262-23/+25
| | | | Thanks sejo for the feedback.
* .Kartik K. Agaram2021-10-262-2/+2
|
* typo in tutorialKartik K. Agaram2021-10-261-2/+2
|
* task: floating-pointKartik K. Agaram2021-10-257-6/+339
| | | | | I'm almost ready to throw in the towel. Writing out the rules makes it obvious how hostile they are to most people.
* .Kartik K. Agaram2021-10-242-1/+8
|
* .Kartik K. Agaram2021-10-241-0/+2
|
* .Kartik K. Agaram2021-10-241-3/+4
|
* .Kartik K. Agaram2021-10-241-1/+4
|