Commit Graph

  • 1f8a71fe0a dlfcn removed and minor code cleanups Thakee Nathees 2022-04-20 09:40:54 +0530
  • 2262089948
    Merge pull request #203 from ThakeeNathees/syntax-change Thakee Nathees 2022-04-17 07:49:52 +0530
  • 88c45cccac function and else if keywords are changed. Thakee Nathees 2022-04-17 06:59:18 +0530
  • c67572d552
    names buffer merged with constant pool (#202) Thakee Nathees 2022-04-17 06:47:27 +0530
  • f980e91b60
    Handle Ctrl+D, Ctrl+Z properly andrea321123 2022-04-16 11:54:55 +0200
  • 925ba3504d
    Merge pull request #201 from ThakeeNathees/tcc-build Thakee Nathees 2022-04-16 09:56:19 +0530
  • d8d229b0fb tcc build supported. Thakee Nathees 2022-04-16 09:32:08 +0530
  • 34622afc0b
    Merge pull request #199 from ThakeeNathees/modules Thakee Nathees 2022-04-16 07:35:28 +0530
  • 5aee9616c1 modules were moved to cli/modules Thakee Nathees 2022-04-15 18:05:15 +0530
  • ec569aba74
    Merge pull request #198 from ThakeeNathees/minor-refactor Thakee Nathees 2022-04-15 10:11:36 +0530
  • ddc8bd8197 yet another refactor. Thakee Nathees 2022-04-15 09:49:47 +0530
  • 6083af6dbe
    Merge pull request #197 from ThakeeNathees/minor-changes Thakee Nathees 2022-04-14 16:30:21 +0530
  • b285336895 fiber stored as register variable Thakee Nathees 2022-04-14 07:09:34 +0530
  • 9d6d37fa09
    Merge pull request #196 from ThakeeNathees/upvalue Thakee Nathees 2022-04-14 05:07:50 +0530
  • 8d062e38b8 closures were completely added. Thakee Nathees 2022-04-13 14:31:57 +0530
  • 2e1d8d89dd lexical scoping support using upvalues Thakee Nathees 2022-04-13 06:04:14 +0530
  • 9a8f3365ad
    Merge pull request #195 from ThakeeNathees/expr-name Thakee Nathees 2022-04-13 09:04:58 +0530
  • e0852139b9 exprName re-defined Thakee Nathees 2022-04-13 07:53:54 +0530
  • e5d881fc40
    Merge pull request #194 from ThakeeNathees/upvalue Thakee Nathees 2022-04-13 03:20:37 +0530
  • 227be9aab5 local variable miss-calculation bug fix Thakee Nathees 2022-04-12 16:00:42 +0530
  • db9fad35a9
    Merge pull request #193 from ThakeeNathees/fn-closure-replace Thakee Nathees 2022-04-12 13:45:27 +0530
  • 3feb9ac723 functions are replaced with clsoures Thakee Nathees 2022-04-12 02:19:09 +0530
  • 3b5da9cad3
    Merge pull request #192 from ThakeeNathees/script-type-rename Thakee Nathees 2022-04-12 01:26:39 +0530
  • 20b99c60b3 script renamed to modules Thakee Nathees 2022-04-11 13:34:22 +0530
  • 133a560283
    Merge pull request #190 from ThakeeNathees/fn-cls-moved-constants Thakee Nathees 2022-04-11 04:40:57 +0530
  • 8c039b5d77 fn, cls moved to constants buffer Thakee Nathees 2022-04-10 08:37:44 +0530
  • 98643e7fd1
    Merge pull request #189 from ThakeeNathees/fn-cls-moved-constants Thakee Nathees 2022-04-10 06:20:26 +0530
  • 05a516d47d literals renamed to constants Thakee Nathees 2022-04-10 06:09:56 +0530
  • a69718b020
    Merge pull request #187 from ThakeeNathees/closure-type-added Thakee Nathees 2022-04-09 06:42:40 +0530
  • 9dade8313f closure, upvalue type were added. Thakee Nathees 2022-04-09 00:23:12 +0530
  • 28567f53a7
    Merge pull request #186 from ThakeeNathees/debug-dubmp-refactor Thakee Nathees 2022-04-08 00:48:10 +0530
  • c1d36c666c debug dump are now directly prints to stdout Thakee Nathees 2022-04-07 21:32:20 +0530
  • d3bcbfb779 try-online output changed to <pre> tag Thakee Nathees 2022-04-07 16:47:22 +0530
  • bdd619c859
    Merge pull request #184 from ThakeeNathees/extract-subtype-parser Thakee Nathees 2022-04-07 09:28:05 +0530
  • c89db94256 parsing context are moved to struct Parser Thakee Nathees 2022-04-07 08:58:51 +0530
  • 5a0690aa4a
    Merge pull request #183 from ThakeeNathees/minor-refactor Thakee Nathees 2022-04-07 06:17:53 +0530
  • 9b7ad74a7c pk_var changed to pk_value and some minor changes Thakee Nathees 2022-04-07 06:13:29 +0530
  • dfd1c5a612 false positive assertion crash -- fixed Thakee Nathees 2022-04-06 19:08:07 +0530
  • adcd7dce45 Merge pull request #180 from ThakeeNathees/minor-changes Thakee Nathees 2022-04-06 09:03:16 +0530
  • 2bc09f41e5 Stack miss calculation bug fix & minor changes Thakee Nathees 2022-04-06 08:56:51 +0530
  • 862c6a43c9
    Merge pull request #179 from ThakeeNathees/docs-try-online Thakee Nathees 2022-04-06 02:38:37 +0530
  • 2be049f3fd try online page created Thakee Nathees 2022-04-06 02:27:57 +0530
  • ee2d87555a sources were refactored Thakee Nathees 2022-04-05 19:18:19 +0530
  • 7704a2df1a
    Merge pull request #178 from ThakeeNathees/string-interpolation Thakee Nathees 2022-04-05 10:39:31 +0530
  • 967cf3a0ed name interpolation implemented Thakee Nathees 2022-04-05 09:56:48 +0530
  • 0d87403f6b string interpolation implemented (1/2) Thakee Nathees 2022-04-05 08:25:32 +0530
  • c3544fb92b A test suite added to test random things. Thakee Nathees 2022-04-05 02:59:05 +0530
  • 168edb5e4c
    tco last call check were changed to a cleaner method (#177) Thakee Nathees 2022-04-04 20:37:29 +0530
  • 402f36f7e5
    docs were fully refactored (#175) Thakee Nathees 2022-04-04 08:47:15 +0530
  • cda9cc75ca
    un used functions were removed (#174) Thakee Nathees 2022-04-03 21:03:12 +0530
  • 5e67403a9d
    Compile time stack size wrong calculation fixed. (#173) Thakee Nathees 2022-04-03 16:59:03 +0530
  • 42883eb783
    copyright notice updated for 2022 (#172) Thakee Nathees 2022-04-03 00:09:57 +0530
  • f3b220106c
    Function type validation was always passed - fixed (#170) Thakee Nathees 2022-03-31 22:57:53 +0530
  • b0bec17410
    Remove find dependency in Makefile (#164) billy4479 2022-03-31 00:55:06 +0000
  • 6e02e021bc
    some comments were added (#169) Thakee Nathees 2022-03-30 23:43:18 +0530
  • bcfa4de706
    docs: Fix a few typos (#167) Tim Gates 2022-03-31 04:50:44 +1100
  • 9635c223b1
    Added new Math functions (#160) Victor Akpan 2022-03-30 18:44:01 +0100
  • 025ede86a4
    Fix: Main function of native modules were NULL (#161) Thakee Nathees 2021-07-03 21:54:36 +0530
  • c9ec704c13 repl crash after core-module refactor fixed Thakee Nathees 2021-07-03 20:46:01 +0530
  • 89f8b77bb6
    imported scripts were initialized (#158) Thakee Nathees 2021-07-02 21:32:30 +0530
  • 3ef213b170 native api refactored (#157) Thakee Nathees 2021-07-01 14:53:16 +0530
  • 6ad5dfe9f7
    native api function improvements (#153) Thakee Nathees 2021-06-30 12:09:17 +0530
  • b35b7a48cc
    Log and Round Functions (#154) Victor Akpan 2021-06-30 07:25:25 +0100
  • f1bbafaa28
    Introduce support for substring function - str_sub() (#152) Derick Alangi 2021-06-29 13:48:41 +0100
  • 273a31e588 native types initialization & attribute getters. (#147) Thakee Nathees 2021-06-28 19:17:19 +0530
  • 794c789fca
    add exit() function (#138) Jordan Ellis Coppard 2021-06-27 00:12:54 +0800
  • 3f6209f20d
    doc: add a better phrase to credit wren (#146) Rohan Sharma 2021-06-26 21:31:47 +0530
  • 44f836bf69
    Fix gcc warning thrown to STDOUT about argv qualifier (#144) Derick Alangi 2021-06-26 14:14:26 +0100
  • e74e209b7c
    Add support for hyperbolic & arc trigonometric functions (#126) Derick Alangi 2021-06-26 13:43:29 +0100
  • a22c4cb90d
    CLI argparse implementation. (#136) Thakee Nathees 2021-06-24 23:08:44 +0530
  • a6b20787f8 benchmarks - files validated and ordered Thakee Nathees 2021-06-24 17:33:17 +0530
  • c1cde4c69b
    Yet another fix of typos (#128) Derick Alangi 2021-06-24 12:17:54 +0100
  • 273fbafa09
    Add IS_NUM_BYTE validator to check if number is a byte (#127) Derick Alangi 2021-06-24 12:17:30 +0100
  • 6ce5c9f57e
    fix(bench): do not double-reverse in list.js file (#133) Luke Edwards 2021-06-23 23:13:17 -0700
  • aba0546c2a
    chore(bench): add lua benchmarks (#135) Luke Edwards 2021-06-23 23:12:32 -0700
  • beaff939bb benchmarks script refactored (#134) Thakee Nathees 2021-06-24 11:05:07 +0530
  • 07321cc660
    chore: include nodejs benchmarks (#125) Luke Edwards 2021-06-23 10:47:08 -0700
  • 5927d2cc8f
    .DS_Store is usually from macOS & .idea/ is IntelliJ products (#123) Derick Alangi 2021-06-23 17:51:24 +0100
  • 39c5fba9d9
    add elem in map (#121) Jordan Ellis Coppard 2021-06-23 23:33:26 +0800
  • 6d434db0cb
    Add <<= and >>= operators (#119) Tiago Cavalcante Trindade 2021-06-23 11:24:20 -0300
  • 64bf27674a
    in test (ie. elem in container) implemented. (#117) Thakee Nathees 2021-06-23 15:51:59 +0530
  • 000f4c4fe4
    yet another docs update (#115) Thakee Nathees 2021-06-23 10:51:18 +0530
  • dbdb43b8ed
    Number literal parsing (#106) Dmitry Guzeev 2021-06-23 08:00:06 +0300
  • 28cdd564d3
    Fix minor typos in test files (#114) Derick Alangi 2021-06-23 05:21:58 +0100
  • 792d08eae7
    Move fiber functions to module Fiber (#113) Tiago Cavalcante Trindade 2021-06-23 01:18:15 -0300
  • fe45ba3485
    Numeric literal starts with decimal point implementation (Fix: #97) Tiago Cavalcante Trindade 2021-06-22 16:21:19 -0300
  • c0f00f6cae
    add modeq implementation (#108) Takashi Idobe 2021-06-22 08:19:52 -0400
  • e177f80410
    Merge pull request #107 from Timwi/patch-1 Thakee Nathees 2021-06-22 16:25:54 +0530
  • 7af71640d6
    Typo fix Timwi 2021-06-22 12:44:05 +0200
  • 024d673b25
    Merge pull request #102 from ThakeeNathees/native-type Thakee Nathees 2021-06-22 15:35:04 +0530
  • 2b4d3af0a2
    Merge pull request #104 from ntnlabs/patch-2 Thakee Nathees 2021-06-22 13:36:25 +0530
  • 600f972927 Native types & File object implementations. Thakee Nathees 2021-06-21 18:32:20 +0530
  • 3295f0f9de
    Update README.md NTN Labs 2021-06-22 10:01:06 +0200
  • a21bd98945
    Merge pull request #101 from ThakeeNathees/type Thakee Nathees 2021-06-21 14:27:18 +0530
  • 41ed7dd991 class implemented Thakee Nathees 2021-06-20 20:58:31 +0530
  • 3f1d0e9380
    Merge pull request #100 from ThakeeNathees/minor-refactors Thakee Nathees 2021-06-20 16:01:02 +0530
  • 258b64948e yet another minor refactor Thakee Nathees 2021-06-20 15:53:21 +0530
  • 19e8733b9c
    Merge pull request #98 from ThakeeNathees/some-todos Thakee Nathees 2021-06-20 10:02:36 +0530
  • 4ba3ee2e28 __file__ added and some todos were completed Thakee Nathees 2021-06-20 06:19:35 +0530
  • 733f006b03
    Merge pull request #95 from ThakeeNathees/pk_doc Thakee Nathees 2021-06-18 15:45:19 +0530