{"id":19594713,"url":"https://github.com/michaeljymsgutierrez/titik","last_synced_at":"2025-06-21T01:36:01.527Z","repository":{"id":124066752,"uuid":"107659862","full_name":"michaeljymsgutierrez/titik","owner":"michaeljymsgutierrez","description":"Titik Programming Language/Interpreter","archived":false,"fork":false,"pushed_at":"2017-08-31T13:49:26.000Z","size":181,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T07:13:05.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaeljymsgutierrez.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-20T09:36:28.000Z","updated_at":"2018-07-29T12:26:28.000Z","dependencies_parsed_at":"2023-03-13T06:45:48.860Z","dependency_job_id":null,"html_url":"https://github.com/michaeljymsgutierrez/titik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeljymsgutierrez%2Ftitik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeljymsgutierrez%2Ftitik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeljymsgutierrez%2Ftitik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeljymsgutierrez%2Ftitik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaeljymsgutierrez","download_url":"https://codeload.github.com/michaeljymsgutierrez/titik/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240867862,"owners_count":19870488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T08:44:37.118Z","updated_at":"2025-02-26T14:21:54.758Z","avatar_url":"https://github.com/michaeljymsgutierrez.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"titik\n=====\n\nTitik Programming Language/Interpreter\n\nIntro\n=====\n\nThis is for experimental and educational purpose only. ;)\n\nLinux/OSX/FreeBSD Requirement\n=============================\n\nGNU Compiler Collection (GCC)\n\nBuilding On Linux/OSX/FreeBSD Machine\n=====================================\n\n::\n\n    make compile\n\nWindows Requirement\n===================\n\nVisual Studio\n\nBuilding On Windows Machine\n===========================\n\nOpen `Developer Command Prompt for Visual Studio` and run `build_win.cmd`\n\nSample Code\n===========\n::\n\n    \\\n        Multiline comment\n        (Hello World Code)\n        Source code at: https://github.com/six519/titik\n    \\\n\n    floatVariable = 25.55\n    strVariable = \"Mabuhay \" + 'Ka' #concatenation\n\n    #function definition\n    fd hello_world(var)\n        intVariable = 0\n        #if statement\n        if(var = 'Mabuhay Ka')\n\n            #loop statement\n            fl (1 to 7)\n                intVariable = intVariable + 1\n                sc(intVariable) #change text color\n                p(var) #It will print \"Mabuhay Ka\" 5 times\n                zzz(2000) #sleep for 2 seconds\n            lf\n            \n            sc(CNRM) #reset the text color\n        e\n            p('Not Mabuhay Ka')\n        fi\n    df\n\n    hello_world(strVariable) #call function\n    \nLanguage Reference\n==================\n\nClick here_\n\n.. _here: https://github.com/six519/titik/blob/master/language_reference.rst","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeljymsgutierrez%2Ftitik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaeljymsgutierrez%2Ftitik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeljymsgutierrez%2Ftitik/lists"}