kayprish
  • Joined on 2024-06-30
kayprish created branch master in kayprish/all-of-stats-hijinks 2025-03-20 22:46:19 +01:00
kayprish pushed to master at kayprish/all-of-stats-hijinks 2025-03-20 22:46:19 +01:00
14be29ba1b Add exercise 1.23
673fa5f790 Add exercise 1.22
2a01de329a Add results of exercise 21
bbeaf169fe Initial commit
kayprish created repository kayprish/all-of-stats-hijinks 2025-03-20 22:45:51 +01:00
kayprish pushed to master at kayprish/sicp-solutions 2025-03-20 22:34:58 +01:00
6fb03cda1c Add remaining solutions to exercises in subsection 2.3.3
57b8846963 Add first exercises from subsection 2.3.3
549a238bda Split solutions by chapter
e9bede6dda Add exercise 2.58
39d48f34f4 Fix inaccurate comment in exercise 2.57
Compare 6 commits »
kayprish pushed to master at kayprish/sicp-solutions 2025-02-24 20:53:01 +01:00
2a278157ad Add solutions to exercises from subsection 2.2.4
kayprish pushed to master at kayprish/pj1 2025-02-13 10:56:33 +01:00
41a174e98c Add exponentiation operator '**' in lexer
222f32ef46 Move lexer back into main package with updated go.mod
Compare 2 commits »
kayprish pushed to master at kayprish/pj1 2025-02-13 10:55:56 +01:00
fa3cea0331 Add exponentiation operator '**' in the lexer
kayprish pushed to master at kayprish/pj1 2025-02-13 10:55:04 +01:00
e6feb206ec Add exponentiation operator '**' in lexer
kayprish pushed to master at kayprish/sicp-solutions 2025-02-12 17:38:21 +01:00
2ca5e73a27 Add solutions to exercises from subsection 2.2.3
8f4c2125bc Add solutions to exercises from subsetion 2.2.2
da96368e0b Add solutions to exercises from subsection 2.2.1
1b2b2dfec1 Add solutions to exercises from section 2.1
bc04031dff Add solutions to exercises from section 1.3
Compare 7 commits »
kayprish pushed to master at kayprish/sicp-solutions 2025-02-05 11:16:19 +01:00
8b37951b28 Add solutions to exercises from section 1.1
kayprish created branch master in kayprish/sicp-solutions 2025-02-05 11:16:19 +01:00
kayprish created repository kayprish/sicp-solutions 2025-02-05 11:15:48 +01:00
kayprish pushed to master at kayprish/pj1 2025-01-22 19:34:20 +01:00
6403c4578c Add exponentiation operator '**' in lexer
225a2b13ea Move lexer back into main package with updated go.mod
6ac4a512c2 Add intended grammar for expression syntax
9e1ef93990 Add modulo operators to lexer
4178bfefea Add reverse polish notation printer for AST
Compare 7 commits »
kayprish pushed to master at kayprish/pj1 2024-11-25 22:52:17 +01:00
475b155228 Add and test abstract syntax tree data type
e4733b20a6 Move lexer and Error into separate packages
Compare 2 commits »
kayprish pushed to master at kayprish/pj1 2024-11-25 22:51:26 +01:00
c7d48e3640 Add and test abstract syntax tree data type
4ed822aff5 RENAME THIS COMMIT: Move lexer and Error into separate packages
c102b47e9a Create tools package directory
b214affe1e fixup gitignore
236172c9c5 Add support for nested C-style comments
Compare 7 commits »
kayprish pushed to master at kayprish/ck 2024-08-18 15:59:42 +02:00
f14ed81d81 Modify the julian package to use the GDate type
kayprish created branch master in kayprish/pj1 2024-08-07 16:47:34 +02:00
kayprish pushed to master at kayprish/pj1 2024-08-07 16:47:34 +02:00
04e669c156 COMMIT TO BE AMENDED
89ca1b3b5d RENAME THIS COMMIT: Move lexer and Error into separate packages
f9ad122e87 Create tools package directory
37d64c09a7 fixup gitignore
d0bc61275e Add support for nested C-style comments
kayprish created repository kayprish/pj1 2024-08-07 16:47:02 +02:00
kayprish pushed to master at kayprish/ck 2024-07-24 18:57:52 +02:00
299832cb4b Add documentation for the julian package